index
:
scotsleidassocie.org.git
33-paypal-membership
33-webauthn
34-add-disabled-button-variant
contact-form
production
rework
staging
The website of the Scots Language Society, implemented in Astro
git+scotsleidassocie.org@mail.joeac.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
Age
Commit message (
Expand
)
Author
2024-01-29
Adds an auth/authentication endpoint
Joe Carstairs
2024-01-29
Authentication methods are single-responsibility
Joe Carstairs
2024-01-29
Authenticator db functions use Uint8Array type for id, public_key fields
Joe Carstairs
2024-01-29
Refactors getFirstQueryParam to separate file
Joe Carstairs
2024-01-29
Fixes api/auth/_verifyAuthenticationResponse
Joe Carstairs
2024-01-29
verifyRegistrationResponse is single-responsibility!
Joe Carstairs
2024-01-29
Fixes adding an authenticator
Joe Carstairs
2024-01-29
Sets expected origin to webauthn.scotsleidassocie.org for dev environment
Joe Carstairs
2024-01-29
Expected origin switch is the right way round!
Joe Carstairs
2024-01-29
33 / WebAuthn (#57)
Joe Carstairs
2024-01-29
Sets expected origin correctly when verifying registration response (#56)
Joe Carstairs
2024-01-29
Re-spells verifyRegistrationResponse import (#55)
Joe Carstairs
2024-01-29
Rewrites query to set current challenge (#54)
Joe Carstairs
2024-01-29
Improves error logging in database queries (#53)
Joe Carstairs
2024-01-29
Fix syntax error in db/setCurrentChallenge (#52)
Joe Carstairs
2024-01-29
33 / Users can sign up and log in with WebAuthn (#39)
Joe Carstairs
2023-08-16
Parameterises PayPal product details
Joe Carstairs
2023-08-12
Parses PayPal create order response with approval link
Joe Carstairs
2023-08-12
Backend capture order returns 200 on success
Joe Carstairs
2023-08-12
PayPal capture request sends Content-Type header
Joe Carstairs
2023-08-12
No more API build step
Joe Carstairs
2023-08-12
Specifies CommonJS modules for API build
Joe Carstairs
2023-08-08
Handles PATCH
Joe Carstairs
2023-08-08
Pulls out POST handler
Joe Carstairs
2023-08-08
Renames createPaypalOrder -> create-paypal-order
Joe Carstairs
2023-08-08
Removes logs
Joe Carstairs
2023-08-08
createPaypalOrder sends 201 CREATED
Joe Carstairs
2023-08-08
Doesn't try-catch twice
Joe Carstairs
2023-08-07
Ungitignores api build output
Joe Carstairs
2023-08-07
Pre-compiles api
Joe Carstairs
2023-08-07
Catches errors in createPaypalOrder
Joe Carstairs
2023-08-06
Defines createPaypalOrder endpoint
Joe Carstairs
2023-08-06
Defines PayPal util logic
Joe Carstairs
2023-08-06
Adds env config in paypal function
Joe Carstairs
2023-08-06
Defines Order type
Joe Carstairs