auth0 / Auth0.swift

Auth0 SDK for Apple platforms
https://auth0.github.io/Auth0.swift
MIT License
345 stars 225 forks source link

Update PKCE-related messaging #789

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 the README and error messages. Now that this setting is no longer available for mobile apps, this PR reworks the respective messaging.