feat: add OAuth2 authentication (Google/GitHub/Discord)

This commit is contained in:
Divlo
2022-03-06 15:41:30 +00:00
parent 9e6bf25c83
commit 91a0e2a76f
16 changed files with 556 additions and 17 deletions

View File

@ -19,7 +19,8 @@ export const swaggerOptions: FastifyDynamicSwaggerOptions = {
{ name: 'guilds' },
{ name: 'channels' },
{ name: 'messages' },
{ name: 'members' }
{ name: 'members' },
{ name: 'uploads' }
],
components: {
securitySchemes: {