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): Correct typo and add JWT authentication #4

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

lihuacai168
Copy link
Owner

No description provided.

The typo error in the EmployeeFilters was fixed where `fisrt_name` was changed to `first_name`.
A new authentication using JWT (JSON Web Tokens) was added on various files, and new settings for JWT were also appended on settings.py.
A new router is also added on urls.py for the JWT authentication, and an authentication field is activated on the Employee views. A file auth.py was created to handle customized authentication functionalities.
This will establish a secure way to transmit information between parties and prevent unauthorized access.
@lihuacai168 lihuacai168 merged commit 01156a0 into main Nov 15, 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