Commit Graph

15 Commits

Author SHA1 Message Date
d9d1a5e452
Add extra logging for oauth HandleAuthorizeRequest 2024-07-28 20:54:21 +01:00
ba72697f1a
Add wider oauth/user perm boxes and allow wildcard oauth perms 2024-02-14 21:04:52 +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
602a964a0b
Rewrite test client token refreshing 2024-02-09 15:47:53 +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
9228f6649e
Exchange token and fetch userinfo 2024-02-07 10:54:37 +00:00
b4787f22aa
Fix test client not using refresh endpoint properly 2023-12-13 02:05:18 +00:00
182c424b33
Start implementing refresh tokens 2023-12-05 18:10:47 +00:00
56f594ab3c
Save login name to cookie, correct public key path, fix test client 2023-11-08 11:38:31 +00:00
340f1f9439
Check if email address can be used, and display perms in the test client 2023-10-10 18:06:06 +01:00
983b5a42e1
Fix a panic in flow and cd into the test-client in run.sh 2023-10-09 16:42:50 +01:00
7c3b36c9ae
Finish up working flow and setup test client 2023-10-04 21:53:20 +01:00