Commit Graph

6 Commits

Author SHA1 Message Date
6926132a1b fix: dependencies security vulnerabilities 2022-11-08 11:16:24 +00:00
b985172cd0 fix: schemaValidationMessages errors in Swagger docs 2022-10-04 14:59:14 +02:00
7e305429b4 feat: make JWT refreshTokens more secure
Don't store the token itself in the database, store a UUID, and when refreshing the accessToken, verify the token and verify that in the payload there is a corresponding UUID stored in the database
2022-08-29 17:26:43 +00:00
91a0e2a76f feat: add OAuth2 authentication (Google/GitHub/Discord) 2022-03-06 15:41:30 +00:00
e6d8b64f8a feat(services): add guilds endpoints 2022-02-19 19:08:25 +00:00
b77e602358 feat: migrate from express to fastify 2021-10-24 04:18:18 +02:00