+6
-5
internal/api/routes/oauth.go
+6
-5
internal/api/routes/oauth.go
···r.With(corsMiddleware(allowedOrigins), loginLimiter.Middleware).Get("/oauth/callback", handler.HandleCallback)+r.With(loginLimiter.Middleware).Get("/app/oauth/callback", handler.HandleMobileDeepLinkFallback)
+18
internal/atproto/oauth/handlers.go
+18
internal/atproto/oauth/handlers.go
···+"Check that Universal Links (iOS) or App Links (Android) are properly configured.", http.StatusBadRequest)