8 Commits

Author SHA1 Message Date
Divlo
b985172cd0
fix: schemaValidationMessages errors in Swagger docs 2022-10-04 14:59:14 +02:00
Divlo
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
Divlo
69c567cb66
fix: stricter ajv validation 2022-04-07 14:56:07 +00:00
Divlo
6575517e50
chore: reset initial prisma/migration 2022-03-21 16:08:33 +01:00
Divlo
385c95be90
feat(services): ability to search GET /guilds/public 2021-11-13 14:48:56 +01:00
Divlo
56c613b5cf
feat(services): add PUT /guilds/[guildId]/icon 2021-10-26 14:01:49 +00:00
Divlo
b77e602358
feat: migrate from express to fastify 2021-10-24 04:18:18 +02:00
Divlo
714cc643ba
chore: initial commit 2021-10-24 04:06:16 +02:00