summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-01-2933 / WebAuthn (#57)Joe Carstairs
* Working message on sign-up form * Disables form nicely when processing request * Updates README * Better error logging in verifyRegistrationResponse()
2024-01-2933 / Users can sign up and log in with WebAuthn (#39)Joe Carstairs
* Installs @vercel/postgres * Installs @simplewebauthn/server * Installs @simplewebauthn/browser * Git-ignores all files starting with .env * Reorganises folders in API * Defines User type * Defines Subscription type * Defines Authenticator type * Sets up table definition file * Can get user from database * Can add user to database * Can get user's current challenge * Can set user's current challenge * Can get user's authenticators from database * Can get authenticator by ID from database * Can add user authenticator to database * Can update authenticator in database * Defines Relying Party information * Can generate registration options * Can verify registration response * Defines registration API endpoint * Defines user API endpoint * Reorganises API functions on frontend * Can access authentication API functions on frontend * Can generate authentication options * Can verify authentication response * Documents the registration flow * Fix dev_csso * Form styling * WIP adds sign up page
2023-11-18Specifies upstream branch in README where salientJoe Carstairs
2023-11-13Update README (#29)Joe Carstairs
* Updates references to branch names in README * ESLint ignores Markdown * Documents Coding Style
2023-11-13Edit README (#28)Joe Carstairs
* Corrects Lallans instructions * Adds instructions for adding a Scotsoun release * Documents infrastructure * Better contribution guidance
2023-10-26More fixesJoe Carstairs
2023-10-26Fixes READMEJoe Carstairs
2023-10-18Adds sanity check instructionsJoe Carstairs
2023-10-18Adds instructions about adding a Lallans issue to the READMEJoe Carstairs
2023-09-19Adds guide to making a news post in README.mdJoe Carstairs
2023-08-05Moves to root folderJoe Carstairs
2023-08-02Initial commitJoe Carstairs
2023-08-01Initial commit from Astrohouston[bot]