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

JWT library for authentication #20

Closed
cihatsolak opened this issue Aug 28, 2022 · 0 comments · Fixed by #21 or #22
Closed

JWT library for authentication #20

cihatsolak opened this issue Aug 28, 2022 · 0 comments · Fixed by #21 or #22
Assignees
Labels
enhancement New feature or request

Comments

@cihatsolak
Copy link
Member

In-house, the authentication library must be created for application programming interfaces (API) in particular. To do this, the json web token (JWT) must be used.

conditions

1 - A service class must be created that can read the information recorded in the token.
2 - Static classes must be created to sign, verify, and record the generated token in the container.
3 - All fixed values must be taken from the application settings file.

Useful link: https://jwt.io/

@cihatsolak cihatsolak added the enhancement New feature or request label Aug 28, 2022
@cihatsolak cihatsolak self-assigned this Aug 28, 2022
@cihatsolak cihatsolak linked a pull request Aug 28, 2022 that will close this issue
@cihatsolak cihatsolak linked a pull request Aug 28, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant