A step-by-step tutorial on using Auth0 and Swift to implement login/logout and use user metadata in iOS apps.
Read more…
Brought to you by @AccordionGuy
A step-by-step tutorial on using Auth0 and Swift to implement login/logout and use user metadata in iOS apps.
Read more…
Brought to you by @AccordionGuy
Hey Devs! Let us know if you have any comments or thoughts!
This topic was automatically closed after 29 days. New replies are no longer allowed.
Hi in the tutorial I am trying to install the Auth0.swift package but I can’t find it using the Package manager…Could you please help me with how to proceed? I am trying for Cocoapods though, but using the Package Manager is pretty convenient…
Basically the link to the repository for Auth0.swift
Hello, @apanda1001! Joey deVilla, the author of the article here.
There are a couple of ways to get Auth0.swift using the Package Manager. The easy way is to simply enter Auth0.swift in the search text field…
…or if that doesn’t work, enter the URL for the Auth0.swift repo: https://github.com/auth0/Auth0.swift
In either case, make sure you select Up to Next Minor Version from the Dependency Rule drop-down menu.
Let me know if this works (or doesn’t work) for you!
— Joey