auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
59 stars 39 forks source link

Update PKCE-related documentation #300

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 and SPAs 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 of the app-facing package. Now that this setting is no longer available for mobile apps and was moved for SPAs, this PR reworks the respective documentation.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +2.51% :tada:

Comparison is base (d809aa0) 93.57% compared to head (a294d9a) 96.08%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #300 +/- ## ============================================ + Coverage 93.57% 96.08% +2.51% Complexity 86 86 ============================================ Files 70 97 +27 Lines 965 1611 +646 Branches 50 331 +281 ============================================ + Hits 903 1548 +645 Misses 49 49 - Partials 13 14 +1 ``` | Flag | Coverage Δ | | |---|---|---| | auth0_flutter | `100.00% <ø> (ø)` | | | auth0_flutter_android | `96.55% <ø> (ø)` | | | auth0_flutter_ios | `99.84% <ø> (?)` | | | auth0_flutter_platform_interface | `87.03% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0#carryforward-flags-in-the-pull-request-comment) to find out more. [see 27 files with indirect coverage changes](https://app.codecov.io/gh/auth0/auth0-flutter/pull/300/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.