-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FIX & DOCS: user_uuid will be more suitable for data filteration & updated docs for the same * FIX & DOCS: added a check for the user existence & updated docs for the same * FIX: trailing white space * FIX: added user check & resolved #38 * CHORE: update project dependency as per jwt auth & resolves #46 (#47) * FEAT: added jwt accest token creation & refresh token creation (#48) * FIX & DOCS: added a check for the user existence & updated docs for the same * FIX & DOCS: added a check for the user existence & updated docs for the same * FIX: added env lib initialized state * FEAT & DOCS: replace UserLogin schema with OAuth2PasswordRequestForm & updated docs for same * FIX & DOCS: added a check for the user existence & updated docs for t… (#44) * FIX & DOCS: added a check for the user existence & updated docs for the same * FIX: trailing white space * FIX & DOCS: added a check for the user existence & updated docs for the same * FEAT & DOCS: replace UserLogin schema with OAuth2PasswordRequestForm & updated docs for same * FIX: returning only user_uuid instead of user object * FEAT: added token payload schema * DOCS: removed redundand explanation * FEAT: added function to check current user token and uuid existence * FEAT: added token dependency on get_user endpoint * FEAT: added token dependency on get_users endpoint * FEAT: added token dependency on filter_users endpoint * FEAT: added token dependency on update_user endpoint * FEAT: added token dependency on delete_user endpoint
- Loading branch information
Showing
2 changed files
with
79 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters