Skip to content

Commit

Permalink
Update UserAgents.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Feb 23, 2024
1 parent e8e0c82 commit f9054d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation.docc/WebAuth/UserAgents.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Auth0
By default, Auth0.swift uses `ASWebAuthenticationSession` with `prefersEphemeralWebBrowserSession` set to `false`. This means that:

- The session cookie will be shared with the Safari app.
- An alert box will be shown when logging in –and logging out– asking for consent, as the session cookie will be placed in a shared jar. This alert box is displayed and managed by `ASWebAuthenticationSession`, not Auth0.swift, and unfortunately it's not customizable.
- An alert box will be shown when logging in –and logging out– asking for consent, as the session cookie will be placed in a shared jar. This alert box is displayed and managed by `ASWebAuthenticationSession`, not Auth0.swift, and unfortunately it is not customizable.

#### You want this if...

Expand Down

0 comments on commit f9054d1

Please sign in to comment.