-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial * Add working sign in / sign up logic * Set expire jwt token in 7 days * Use a JWT secret that is not the encryption secret * Add basic sign in page * Add user verification * Add account page * Add simple api docs * Update basic auth account page * Add more prerender urls * Remove logged in pages * Add basic auth check * Rename SECRET_HOSTNAME to SECRET_LOCAL_HOSTNAME as this is what is defined for fastify * update to localHostname * Add comments * Move account data to its own controller * Minor styling
- Loading branch information
Showing
26 changed files
with
1,005 additions
and
52 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
Oops, something went wrong.