-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Allow unauthenticated requests Also, adds tokenType to request opts to be able to pass a token that should be sent with Bearer <token>. * fix: Add /auth/login * fix: Add refreshAccessToken * fix: Add User model * fix: Save user after logging in * fix: Add TokenSource * fix: Use tokenSource * fix: Logout * fix: Do not retry token errors * fix: Log in/Log out components * fix: Do not fake expireAt * fix: Move semaphore into Api to cover the whole transaction * fix: Do not query User in non-user mode * fix: Use Record<string, string> * fix: Update README.md
- Loading branch information
1 parent
c66d77c
commit 03071a3
Showing
11 changed files
with
529 additions
and
57 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
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
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
Oops, something went wrong.