All Projects → FusionAuth → fusionauth-netcore-client

FusionAuth / fusionauth-netcore-client

Licence: Apache-2.0 license
The .NET Core client for FusionAuth

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to fusionauth-netcore-client

fusionauth-python-client
FusionAuth Python Client
Stars: ✭ 16 (-11.11%)
Mutual labels:  rest-client, fusionauth
dotnet-arangodb
.NET Driver for ArangoDB
Stars: ✭ 52 (+188.89%)
Mutual labels:  netcore
restofus
Restofus - a cross-platform (REST) API client.
Stars: ✭ 18 (+0%)
Mutual labels:  rest-client
PostBaby
A cross platform C++ native app to test HTTP endpoints, available for Windows, Linux and Mac
Stars: ✭ 14 (-22.22%)
Mutual labels:  rest-client
coreipc
WCF-like service model API for communication over named pipes and TCP. .NET and node.js clients.
Stars: ✭ 22 (+22.22%)
Mutual labels:  netcore
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (+244.44%)
Mutual labels:  rest-client
jwtauthroles
Made to use JWTs from an external identity provider in Laravel. Tested with Fusionauth, but should be quite general purpose.
Stars: ✭ 14 (-22.22%)
Mutual labels:  fusionauth
sevenbridges-python
SevenBridges Python Api bindings
Stars: ✭ 41 (+127.78%)
Mutual labels:  rest-client
NModbus4.NetCore
Simply NModbus4 but targeting .NET instead of .NET Framework
Stars: ✭ 25 (+38.89%)
Mutual labels:  netcore
BetterConsoleTables
Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
Stars: ✭ 59 (+227.78%)
Mutual labels:  netcore
AlphaVantage.Net
.Net client library for Alpha Vantage API
Stars: ✭ 65 (+261.11%)
Mutual labels:  netcore
FluentAssertions.Web
FluentAssertions for HTTP APIs
Stars: ✭ 71 (+294.44%)
Mutual labels:  netcore
Tomlet
Zero-Dependency, model-based TOML De/Serializer for .NET
Stars: ✭ 56 (+211.11%)
Mutual labels:  netcore
AdventOfCodeBase
Template repository for solving Advent of Code puzzles, which automatically handles input retrieval and output.
Stars: ✭ 33 (+83.33%)
Mutual labels:  netcore
poloniex-php-client
An efficient poloniex rest api client, built on top of guzzle
Stars: ✭ 18 (+0%)
Mutual labels:  rest-client
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+383.33%)
Mutual labels:  netcore
PlanningPoker
A demo application of AspNetCore and SignalR
Stars: ✭ 20 (+11.11%)
Mutual labels:  netcore
Excel2Object
excel convert to .NET Object | Excel与.NET 对象进行转换,支持公式、多Sheet等功能
Stars: ✭ 35 (+94.44%)
Mutual labels:  netcore
ChessLib
C# chess library containing a complete data structure and move generation.
Stars: ✭ 37 (+105.56%)
Mutual labels:  netcore
Grpc-MicroService
GRPC based Micro-Service Framework (.net core 2.0)
Stars: ✭ 15 (-16.67%)
Mutual labels:  netcore

FusionAuth .NET Core Client

semver 2.0.0 compliant

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.

Supported Frameworks

  • .NET Standard 2.0, 2.1
  • .NET Core 2.1, 3.1
  • .NET 5

Tests

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 few
  • dotnet build && dotnet test --filter CorrectlyD

Questions and support

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.

Contributing

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.

License

The code is available as open source under the terms of the Apache v2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].