sam · they/them or it/its
sam pushed to main at sam/Foxchat.NET 2024-05-22 17:21:43 +02:00
2919413118 feat(identity): add /users/@me endpoint
8bd118ea67 refactor(identity): change receiver of OauthUtils.ExpandScopes()
00a54f4f8b feat(chat): add /guilds/{id} and /guilds/@me endpoints
6aed05af06 feat(core): add optional SQL query logging
Compare 4 commits »
sam pushed to main at sam/Foxchat.NET 2024-05-21 21:21:41 +02:00
b95fb76cd4 identity: add proxy controller
sam pushed to main at sam/Foxchat.NET 2024-05-21 20:15:00 +02:00
727f2f6ba2 chat: add initial GuildsController
sam pushed tag v0.0.2.proto to sam/Foxchat.NET 2024-05-21 17:45:50 +02:00
sam pushed to main at sam/Foxchat.NET 2024-05-21 17:45:41 +02:00
7b4cbd4fb7 chat: add hello controller
sam pushed to main at sam/Foxchat.NET 2024-05-21 16:41:09 +02:00
6f6e19bbb5 chat: add database types and auth middleware
sam pushed to main at sam/Foxchat.NET 2024-05-20 21:59:35 +02:00
656eec81d8 add password-based login endpoint
sam pushed to main at sam/Foxchat.NET 2024-05-20 20:37:29 +02:00
7959b64fe6 add basic account creation
sam pushed to main at sam/Foxchat.NET 2024-05-20 19:42:10 +02:00
7a0247b551 add error handler middleware
sam released v0.0.1 prototype at sam/Foxchat.NET 2024-05-20 17:42:05 +02:00
sam pushed tag v0.0.1.proto to sam/Foxchat.NET 2024-05-20 17:40:39 +02:00
sam pushed to main at sam/Foxchat.NET 2024-05-20 17:40:32 +02:00
41e4dda7b4 fix BuildInfo without a tag
sam pushed to main at sam/Foxchat.NET 2024-05-20 17:33:56 +02:00
9036c5a148 add development notes to README
sam pushed to main at sam/Foxchat.NET 2024-05-20 17:00:28 +02:00
8995213d26 add basic suppport for client_credentials oauth grant
sam pushed to main at sam/Foxchat.NET 2024-05-20 04:48:32 +02:00
049f4a56de add package lock files
sam pushed to main at sam/Foxchat.NET 2024-05-19 23:51:59 +02:00
04b7cf624d add more authentication code
sam pushed to main at sam/Foxchat.NET 2024-05-19 17:20:52 +02:00
aca83fa1ef add a bunch of authentication stuff
sam pushed to main at sam/Foxchat.NET 2024-05-14 22:25:02 +02:00
996e59f49a add chat base
sam pushed to main at sam/Foxchat.NET 2024-05-14 14:51:48 +02:00
a7b25c42f1 add readme
sam pushed to main at sam/Foxchat.NET 2024-05-14 14:50:07 +02:00
d34c41a126 add FoxchatError type