auth0 / Auth0.swift

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

Add support for HTTPS callbacks [SDK-4749] #832

Closed Widcket closed 7 months ago

Widcket commented 7 months ago

📋 Changes

This PR adds a new useHTTPS() method to WebAuth. It allows to use HTTPS redirect URLs when performing web-based authentication on iOS 17.4+ and macOS 14.4+:

🎯 Testing

These changes have been tested manually with iOS 17.4 beta 3 and iOS 17.2, using Xcode 15.3 beta 3 (15E5194e).