feat(api): implement authorization code flow in the new api (#55413)

This commit is contained in:
Oliver Eyton-Williams
2024-07-24 19:08:10 +02:00
committed by GitHub
parent 302d2b9f60
commit e94080add5
15 changed files with 858 additions and 81 deletions
+1
View File
@@ -9,6 +9,7 @@
"@fastify/cookie": "9.4.0",
"@fastify/csrf-protection": "6.4.1",
"@fastify/express": "^2.3.0",
"@fastify/oauth2": "7.8.1",
"@fastify/swagger": "8.14.0",
"@fastify/swagger-ui": "1.10.2",
"@fastify/type-provider-typebox": "3.6.0",