-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Question about the providers redirect URLs #927
Copy link
Copy link
Closed
Labels
severity: mediumIf it breaks the basic use of the product but can be worked aroundIf it breaks the basic use of the product but can be worked around
Description
Informations
- Node.js version: v9.10.0
- npm version: v5.8.0
- Strapi version: 3.0.0-alpha.11.1
- Database: MongoDB
- Operating system: macOS
What is the current behavior?
| GitHub | |||
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
All the Providers has the same front-end app URLs:
http://localhost:1337/auth/:provider/callback
But they have different application configurations URLs:
- Google & Facebook:
http://localhost:1337/connect/:provider/callback - GitHub:
/auth/:provider/callback - Twitter:
http://localhost:1337/auth/:provider/callback
Should not all be like Twitter? (using /auth/)
http://localhost:1337/auth/:provider/callback
Or like Google & Facebook? (using /connect/)
http://localhost:1337/connect/:provider/callback
- ✅ I'm sure that this issue hasn't already been referenced
Reactions are currently unavailable
Metadata
Metadata
Labels
severity: mediumIf it breaks the basic use of the product but can be worked aroundIf it breaks the basic use of the product but can be worked around



