Commit graph

27 commits

Author SHA1 Message Date
7974b78b66 Updated gitignore, fixed openid uri 2024-05-04 17:41:43 +01:00
1e797f5b5c Correctly display large integers instead of rounding off to base64 in the base64 encoding of the modulus 2024-05-04 18:36:39 +01:00
36123f3eee Made the m and e the PRIVKEY's n and e 2024-05-04 16:37:43 +01:00
606a0f18cc Add KID in tokens 2024-05-04 16:32:49 +01:00
94662329e1 Fixed openid, finally 2024-05-04 16:15:40 +01:00
59a4ef0994 Added the weird padding authlib needs 2024-05-03 20:38:08 +01:00
81606b5aeb Added JWKS discovery URI 2024-05-03 20:22:00 +01:00
04af6c00fb Fixed RS256, again 2024-05-03 20:18:45 +01:00
728279ec63 Fixed RS256 2024-05-03 20:15:46 +01:00
af9b94f3e1 Used JWT RS256 for matrix compatibility, fixed /userinfo endpoint 2024-05-03 19:07:28 +01:00
b333137ee3 Fixed typo 2024-04-29 21:28:18 +01:00
2f490ee3ee Fixed typo 2024-04-29 21:23:15 +01:00
6e87268930 Made aeskeyshare work properly 2024-04-29 21:18:46 +01:00
8299915502 Added aeskeyshare and fixed html files to be more standard-complient 2024-04-29 01:45:22 +01:00
a1ae521b56 Fixed various issues and added /api/loggedin 2024-04-29 01:18:56 +01:00
754048e3d6 More error handling 2024-04-29 01:18:10 +01:00
8e014312e2 Update main.go 2024-04-29 01:18:10 +01:00
5a76b78d77 Yet another broken schema fix 2024-04-29 01:18:10 +01:00
74230607a3 Drop tables properly 2024-04-29 01:18:10 +01:00
498d1975e7 Fixed schema 2024-04-29 01:18:10 +01:00
394bea3507 Use JSON instead of form for uniqueid 2024-04-29 01:18:10 +01:00
4ee58e69ff Fixed CORS 2024-04-29 01:18:10 +01:00
262293a2db Better token format 2024-04-29 01:18:10 +01:00
f8cb4c3f86 Removed deprecated ioutil and switched to more secure crypto/rand 2024-04-29 01:18:10 +01:00
5d3022f1cc Fix various issues 2024-04-26 21:39:57 +01:00
7579d35b4a Migrate from internal test domain 2024-04-26 20:15:43 +00:00
4345e849fc Open source and release to the public 2024-04-26 20:12:56 +00:00