auth0 / Guardian.swift

Swift toolkit for Auth0 Guardian API
https://auth0.com/guardian
MIT License
9 stars 19 forks source link

Support SwiftPM #118

Open sebbu opened 7 months ago

sebbu commented 7 months ago

Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.

Thank you in advance for helping us to improve this library! Your attention to detail here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.

By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

Currently cocoa pods and Carthage is supported. Modern projects use SwiftPM which is not supported.

Describe the ideal solution

Also support SwiftPM.

Alternatives and current work-arounds

If it is not possible for any reason, a description about how to integrate the sdk manually would be good including all it dependencies.

Additional context

-

freesuraj commented 3 months ago

anyone across this?