If you're integrating FusionAuth with an iOS/macOS Swift application, this library will speed up your development time.
WARNING: This project is still in development, feel free to use, but it may not work. You may still feel free to open issues or submit PRs. Here's a small Example showing how to use this client: Example.cs
For additional information and documentation on FusionAuth refer to https://fusionauth.io.
Refer to the FusionAuth API documentation for request and response formats.
- https://fusionauth.io/docs/v1/tech/apis/
- https://fusionauth.io/docs/v1/tech/client-libraries/netcore
Swift (iOS, macOS)Framework
If you are using the Swift Package Manager, open the following menu item in Xcode:
File > Swift Packages > Add Package Dependency...
In the Choose Package Repository prompt add this url:
https://github.com/f0rever-johnson/fusionauth-swift-client.git
Then, press Next and complete the remaining steps.
For more information on SPM, check its official documentation.
The code is available as open source under the terms of the Apache v2.0 License.