If you're integrating FusionAuth with a .NET Core application, this library will speed up your development time.
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.
https://www.nuget.org/packages/FusionAuth.Client/
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
- .NET Standard 2.0, 2.1
- .NET Core 2.1, 3.1
- .NET 5
There are some tests. Most require a running FusionAuth instance.
To run them:
cd fusionauth-netcore-client-test/fusionauth-netcore-client-test
dotnet build && dotnet test
# or, to run only a fewdotnet build && dotnet test --filter CorrectlyD
If you have a question or support issue regarding this client library, we'd love to hear from you.
If you have a paid edition with support included, please open a ticket in your account portal. Learn more about paid editions here.
Otherwise, please post your question in the community forum.
Bug reports and pull requests are welcome on GitHub at https://github.com/FusionAuth/fusionauth-netcore-client.
If you find an issue with syntax, etc - this is likely a bug in the template. Feel free to submit a PR against the Client Builder project.
- Client Builder
- netcore.client.interface.ftl
- netcore.client.ftl
- netcore.client.sync.ftl
- netcore.domain.ftl
The code is available as open source under the terms of the Apache v2.0 License.