We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab336c commit 6335084Copy full SHA for 6335084
server/routes/routes.go
@@ -23,6 +23,7 @@ func InitRouter(log *logrus.Logger) *gin.Engine {
23
router.GET("/playground", handlers.PlaygroundHandler())
24
router.GET("/oauth_login/:oauth_provider", handlers.OAuthLoginHandler())
25
router.GET("/oauth_callback/:oauth_provider", handlers.OAuthCallbackHandler())
26
+ router.POST("/oauth_callback/:oauth_provider", handlers.OAuthCallbackHandler())
27
router.GET("/verify_email", handlers.VerifyEmailHandler())
28
// OPEN ID routes
29
router.GET("/.well-known/openid-configuration", handlers.OpenIDConfigurationHandler())
0 commit comments