Skip to content

Question about the providers redirect URLs #927

@abdonrd

Description

@abdonrd

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?

Facebook Google GitHub Twitter
screen shot 2018-04-11 at 13 27 11 screen shot 2018-04-11 at 13 27 20 screen shot 2018-04-11 at 13 27 28 screen shot 2018-04-11 at 13 27 37

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

Metadata

Metadata

Labels

severity: mediumIf it breaks the basic use of the product but can be worked around

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions