Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust notes route #77

Open
CarlosRodrigo opened this issue Jun 20, 2019 · 0 comments
Open

Adjust notes route #77

CarlosRodrigo opened this issue Jun 20, 2019 · 0 comments
Assignees
Labels

Comments

@CarlosRodrigo
Copy link
Member

CarlosRodrigo commented Jun 20, 2019

After jwt token verification we should no longer need to receive user name as a parameter in notes routes.

  • Remove user name from add note

  • Remove user name from edit note

  • Expose only on route to get notes from session, remove user filter and add type=all filter to retrieve all notes from a session.

CarlosRodrigo added a commit that referenced this issue Jun 20, 2019
Remove user name from notes route and get name from jwt token.
Use filter type=all to get all notes from a session.
CarlosRodrigo added a commit that referenced this issue Jun 20, 2019
Remove user name from notes route and get name from jwt token.
Use filter type=all to get all notes from a session.
CarlosRodrigo added a commit that referenced this issue Jun 20, 2019
Remove user name from notes route and get name from jwt token.
Use filter type=all to get all notes from a session.
CarlosRodrigo added a commit that referenced this issue Jun 20, 2019
Remove user name from notes route and get name from jwt token.
Use filter type=all to get all notes from a session.
@CarlosRodrigo CarlosRodrigo self-assigned this Jun 20, 2019
viniciusalbuquerque pushed a commit that referenced this issue Jun 20, 2019
Remove user name from notes route and get name from jwt token.
Use filter type=all to get all notes from a session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant