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

feat(auth): add /login endpoint for authentication #42

Merged
merged 2 commits into from
Dec 2, 2023

Conversation

Lapotor
Copy link
Collaborator

@Lapotor Lapotor commented Nov 26, 2023

This commit introduces the /login endpoint in the API, providing email/password authentication. Users can now obtain an access_token for subsequent interactions.

The /login route and functionality allow users to authenticate using their email and password, obtaining an access_token for secure access to the application.

Closes: #20

Signed-off-by: Valentin Sickert <[email protected]>
Signed-off-by: Valentin Sickert <[email protected]>
@Lapotor Lapotor added this to the v1.0.0 milestone Nov 26, 2023
@Lapotor Lapotor self-assigned this Nov 26, 2023
@whyauthentic whyauthentic merged commit 6c6bbbc into main Dec 2, 2023
1 check passed
@whyauthentic whyauthentic deleted the feat/addLogin branch December 2, 2023 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement POST /login Endpoint for logging in a user and returns a JWT-Token.
2 participants