auth0 / Auth0.swift

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

Auth0 does not support Social Logins for visionOS #821

Closed maail closed 9 months ago

maail commented 9 months ago

Checklist

Describe the problem you'd like to have solved

I'd like to have social login capabilities on our visionOS app. We are already using Auth0 for social logins on our iOS and Android apps. The issue is webAuth functionality is not enabled for visionOS.

visionOS supports directly interacting with Safari so this should be possible.

Describe the ideal solution

User should be able to do social logins through Google and Facebook with the webAuth flow.

Alternatives and current workarounds

I've looked at the direct API documentation but that means having to manage all the callback functionality inside the app instead of Auth0 taking care of it for us. I'm not sure whether it's the ideal solution.

Additional context

No response

Widcket commented 9 months ago

Hi @maail, thanks for raising this.

The SDK does not yet support VisionOS. Unfortunately, I don't have any news to share ATM regarding future plans around this.

I'll close this issue and leave https://github.com/auth0/Auth0.swift/issues/823 open to track support for visionOS.