You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- shows how to integrate Auth0.swift into an iOS / macOS app from scratch.
17
17
-[**Sample App**](https://github.com/auth0-samples/auth0-ios-swift-sample/tree/master/Sample-01) - a complete, running iOS / macOS app you can try.
18
-
-[**Examples**](EXAMPLES.md) - explains how to use most features.
19
18
-[**API Documentation**](https://auth0.github.io/Auth0.swift/documentation/auth0) - documentation auto-generated from the code comments that explains all the available features.
**Explore more:** Check out the [Examples documentation](EXAMPLES.md) for illustrative guides covering all features like biometric authentication, passkeys, passwordless login, DPoP, and more.
429
-
430
-
## Logging
431
-
432
-
Auth0.swift uses Apple's Unified Logging (OSLog) to help you troubleshoot issues during development. Enable detailed HTTP logging to see network requests, responses, and errors.
433
-
434
-
### Enable Logging (Network Tracing based logs)
435
-
436
-
To enable detailed HTTP request and response tracing during development:
0 commit comments