Commit Graph

27 Commits

Author SHA1 Message Date
David Mosbach
4c2ba00801 return user data at user endpoint 2024-01-10 17:39:25 +01:00
David Mosbach
6e26ff0403 flipped token encoding/decoding keys 2024-01-10 16:12:44 +00:00
David Mosbach
c68bf943f3 changed header type for user endpoint 2024-01-10 17:07:22 +01:00
David Mosbach
3e2d07518c ClientData type now only supports the auth code flow 2024-01-10 16:28:22 +01:00
David Mosbach
93093d86e4 changed token endpoint mimetype 2024-01-10 15:32:20 +01:00
David Mosbach
0a2f1ab5dd fixed jwt wrapper keys 2024-01-10 04:52:22 +01:00
David Mosbach
2d9b07b9ba replaced '/' in query params 2024-01-10 03:00:12 +01:00
David Mosbach
123cf76b3b replace '=' in query params 2024-01-10 02:55:23 +01:00
David Mosbach
100e4f8765 refined user routes 2024-01-10 02:30:43 +01:00
David Mosbach
9e61d356e2 base64 encoding for auth code 2024-01-10 02:17:42 +01:00
David Mosbach
83dacacf56 changed token endpoint to accept post requests 2024-01-10 01:51:44 +01:00
David Mosbach
d75ba4f762 fixed code param 2024-01-10 01:30:34 +01:00
David Mosbach
564f964f7f added user endpoint for queries 2024-01-10 01:21:36 +01:00
David Mosbach
58423c6466 specify port via command line args 2024-01-09 13:02:13 +01:00
David Mosbach
751f3a463a generate encrypted tokens 2024-01-09 03:57:03 +01:00
David Mosbach
23a5a93509 auth code & client secret verification 2024-01-09 02:23:40 +01:00
David Mosbach
34a12ec226 redefined token endpoint 2023-12-23 05:49:16 +01:00
David Mosbach
fc77ea3e22 redirecting auth code back to client 2023-12-23 04:53:56 +01:00
David Mosbach
390876223e simple auth code generation & expiration 2023-12-23 03:35:10 +01:00
David Mosbach
af251d82c9 separate scopes by %20 instead of , 2023-12-23 01:09:38 +01:00
David Mosbach
35ab852882 added remaining required query params 2023-12-23 00:54:25 +01:00
David Mosbach
f47e0b7cb0 provide data of authenticated user 2023-12-22 04:27:44 +01:00
David Mosbach
52f43c81eb added authentication logic 2023-12-22 04:21:41 +01:00
David Mosbach
24229be508 refactoring to allow more generic use for different user & scope models 2023-12-22 02:17:47 +01:00
David Mosbach
7678af27c8 added scopes 2023-12-20 03:36:39 +01:00
David Mosbach
a3e9764ca2 added flake 2023-12-19 21:07:37 +01:00
David Mosbach
83a25504d7 init 2023-12-18 05:51:51 +01:00