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

[IMPROVEMENT] Authentication GraphQL mutation #46

Closed
4 tasks done
YummYume opened this issue Nov 13, 2023 · 0 comments · Fixed by #83
Closed
4 tasks done

[IMPROVEMENT] Authentication GraphQL mutation #46

YummYume opened this issue Nov 13, 2023 · 0 comments · Fixed by #83
Assignees
Labels
backend Backend development tasks and issues feature Tasks related to the development of new features

Comments

@YummYume
Copy link
Owner

YummYume commented Nov 13, 2023

Type of feature

An improvement to something that already exists

The name of the feature

Improve the authentication endpoint

Feature description

Authentication should be done from a non-mapped resource called Token.

  • Create a non-mapped resource called Token.
  • Move the mutation for login to this new resource.
  • Migrate the token and tokenTtl properties from the User to this new resource.
  • Login should now be called request (for requestToken).

Additional information

Linked to #37.

@YummYume YummYume added feature Tasks related to the development of new features backend Backend development tasks and issues labels Nov 13, 2023
@YummYume YummYume self-assigned this Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend development tasks and issues feature Tasks related to the development of new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant