auth0 / docs

Auth0 documentation
MIT License
369 stars 1.61k forks source link

Update PKCE-related messaging for Swift and Flutter mobile Quickstarts #10290

Closed Widcket closed 1 year ago

Widcket commented 1 year ago

Changes

Recently there have been some changes in Manage, and now the Token Endpoint Authentication Method setting no longer shows up for mobile apps (because for this kind of app it must be None). Whereas for regular web apps it's been moved to another tab:

Screenshot 2023-08-11 at 1 55 22 PM

Since it was possible (before this change) to set it to an invalid value for mobile apps, we had to point this out in Quickstarts. Now that this setting is no longer available for mobile apps, this PR removes the respective messaging from the Swift and Flutter mobile Quickstarts.