-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
admin can list users & admins; replaces user signup with request for …
…invite (#115) * lists users & admins, generates & validates admin invites; replaces user signup with request for invite * Fixes bug that prevented using a proxy for HTTPS termination * OAuth stores parameters in session, rather than passing to client & back * Allows cross-platform passkeys, cross-origin access to storage, & user selection of grant duration * Corrects caching headers and improves error messages when session expires * Refactors contactURLToLink, assembleContactURL & protocol options into new protocols module w/ planned configurability * Adds robots.txt file to discourage crawling * Logging casts a wider net when extracting username * Adds passkey logo everywhere passkeys are mentioned * Logged-in user can invite themself to create another passkey * npm audit fix * Adds rate-limiting to defend against buggy and compromised clients * Implements /.well-known/change-password as redirect, for password managers
- Loading branch information
1 parent
062aa91
commit c719d52
Showing
87 changed files
with
6,173 additions
and
1,363 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
Oops, something went wrong.