auth0 / Auth0.swift

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

Implementing additionalHeaderFields #860

Open saltukalakus opened 3 months ago

saltukalakus commented 3 months ago

Checklist

Describe the problem you'd like to have solved

When the Universal Login page opens, the Auth0 SDK uses ASWebAuthenticationSession here. Recently, Apple added a property called additionalHeaderFields | Apple Developer Documentation.

Is it possible to expose this field in the SDK? Please see the internal product enhancement request for further details: PDOPPS-4474

Describe the ideal solution

Implementing the new field.

Alternatives and current workarounds

No response

Additional context

No response