36 Commits

Author SHA1 Message Date
cb0387a925
Process post-form authentication checks 2025-03-14 19:25:00 +00:00
f345b9a4d0
Add login error page and merging login process data 2025-03-14 19:25:00 +00:00
50df217b66
Rewrite OAuth manager, OAuth source and URL wrapper 2025-03-14 19:24:57 +00:00
d9b0074133
Improved login process and allow hijacking the login process 2025-03-13 13:51:12 +00:00
80d3298813
I got to this point before starting again 2025-02-24 17:17:28 +00:00
5546b47da8
Separate auth context, move oauth functions to oauth provider 2025-02-11 21:58:02 +00:00
d1ba2a779d
Replace the login name with an empty string if the user does not exist 2025-02-09 22:18:50 +00:00
02f4443fb0
Remove testAuthSources 2025-01-27 18:58:50 +00:00
c27a86010c
I guess I modified stuff 2025-01-25 19:49:57 +00:00
3fbe905cb2
Start adding memory login provider 2025-01-25 16:08:59 +00:00
0df2cf6681
Oh dear 2025-01-19 12:04:25 +00:00
5607bd3a97
Rewrite login system 2025-01-10 00:43:28 +00:00
f593c642ec
Start converting Svelte frontend to Astro 2025-01-10 00:43:05 +00:00
c96d2dc446
Add layouts from tulip 2025-01-10 00:42:58 +00:00
611cb5c6d5
Modify handlers to replace package "pages" with "web" 2024-12-02 00:40:19 +00:00
a0b3570aab
Start new frontend project and other changes 2024-10-25 15:08:56 +01:00
7e5a8b9921
A bunch of changes 2024-10-06 15:50:23 +01:00
d25f9ae2ca
Fix a bunch more compile breaking issues 2024-10-05 21:08:02 +01:00
7064afd55e
A load more changes 2024-09-13 15:31:40 +01:00
b44c48132d
Add jwks support and update mjwt library 2024-07-27 21:46:58 +01:00
68f274b45e
Redesign token authentication 2024-06-02 16:30:19 +01:00
c5a4d17a75
Allow tokens to be null 2024-06-02 16:30:17 +01:00
3a7eef803e
Start adding sqlc and migration support 2024-06-02 16:30:17 +01:00
ba56a628d0
Improve page templates and custom template loading 2024-06-02 16:30:11 +01:00
9eec5b7ec1
Store userinfo fields to prevent errors with userinfo endpoint 2024-02-22 12:41:21 +00:00
7fa4c70b01
Use JWT as login cookie 2024-02-15 15:23:10 +00:00
374a708899
Remove session library 2024-02-15 15:09:14 +00:00
2590e3f4e7
Use SameSiteLaxMode 2024-02-15 14:44:58 +00:00
c6d64e5d81
Allow specific permissions to be sent to authorized clients and use JWT access tokens 2024-02-10 16:23:50 +00:00
05b19e6bf2
Save client tokens for userinfo requests 2024-02-10 11:59:45 +00:00
0c668253a8
Fix correct redirection after login flow, and update test client 2024-02-10 02:53:58 +00:00
e1825ce1e8
Return to logged out with fetchUserInfo fails, updates to test client 2024-02-09 15:25:56 +00:00
b47d4c8ad3
Fix some boolean issues 2024-02-08 01:25:14 +00:00
b99fb9df6f
Add public to oauth client store and separate fetching user info 2024-02-08 01:16:14 +00:00
9228f6649e
Exchange token and fetch userinfo 2024-02-07 10:54:37 +00:00
a05b2d983e
Add oauth support 2024-02-07 01:18:17 +00:00