Giter VIP home page Giter VIP logo

fusionauth-csharp-client's Introduction

FusionAuth C# Client semver 2.0.0 compliant

If you're integrating FusionAuth with a C# (.Net) application, this library will speed up your development time.

For additional information and documentation on FusionAuth refer to https://fusionauth.io.

Deprecated

This library has been deprecated and you should use the .NET Core FusionAuth library instead. See https://github.com/FusionAuth/fusionauth-netcore-client

fusionauth-csharp-client's People

Contributors

matthew-altman avatar robotdan avatar tyduptyler13 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

tombeany

fusionauth-csharp-client's Issues

Extending User With Custom Data

Hello. I am wondering how you add custom data with the C# library. For example, I want to add registration data for Street Address, State, Zip Code, And Country. I was unable to find an example online for this. Thanks in advance!

Missing async client calls

Hi, I was just browsing through your code. And I'm currently missing async client calls.

Instead of doing code like:
return this.buildClient().withUri("/api/user/registration").withUriSegment((object) userId).withJSONBody((object) request).withMethod("Post").go<RegistrationResponse>();

Please, just return the task by calling goAsync();
Or alternatively, add async calls next to the sync calls.

If you need help with this, or if I can add a Pull Request for this, please contact me :)

Migrating this library to .Net Standard 2.0

Since this library is built on a decade old .Net Framework 2.0, It's not compatible with latest applications such as apps built on .Net Core, Serverless etc.

I suggest migrating this library to .Net Standard 2.0 so that it will be compatible with both legacy and latest frameworks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.