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(core): Update settings, routes, and auth with JWT authentication #5

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

lihuacai168
Copy link
Owner

No description provided.

In settings.py, a new token refresh schema was added to improve our authentication methods. In urls.py, imports were rearranged and new routers were added to handle JWT token input and output; the handling of JWT-related exceptions was also included. In auth.py, extended functionalities were added to handle token generation, token refreshing and retrieval of response schema. This is essential in establishing more secure way to transmit information between parties and prevent unauthorized access.
@lihuacai168 lihuacai168 changed the title feat(core): Update settings, routes, and auth with JWT authenticatio feat(core): Update settings, routes, and auth with JWT authentication Nov 17, 2023
@lihuacai168 lihuacai168 merged commit 844d6fc into main Nov 17, 2023
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant