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

Commits on Nov 16, 2023

  1. feat(core): Update settings, routes, and auth with JWT authentication

    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 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    13ab6a0 View commit details
    Browse the repository at this point in the history