-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional handlers and CSRF protection (#68)
Add additional handlers and CSRF protection 1. Added additional handlers for signIn, parseAuth, refreshToken and signOut 2. Added the ability to enable CSRF protection (csrfProtectionEnabled, disabled by default) 3. Added the ability to enable and customize the uri for parseAuth handler 4. Added a signOut handler that revokes tokens and clears cookies 5. handle will now log user out if the path matches the logoutUri param configured --------- Co-authored-by: Vikas Reddy <[email protected]>
- Loading branch information
1 parent
77e2f9e
commit 208d88d
Showing
6 changed files
with
1,241 additions
and
18 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
Oops, something went wrong.