FusionAuth REST API v1.0 - Source Code
FusionAuth API provides authentication, login, SSO, MFA, and more, and is free for unlimited users. It provides secure, single-tenant, on-prem or private cloud identity for any codebase on macOS, Linux, Windows, Docker, AWS, and more.

- Summary
- SDKs (12)
- Articles (1)
- How To(0)
- Source Code(16)
- Libraries(0)
- Developers (0)
- Followers (4)
- Changelog (0)
Sample Source Code (16)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | FusionAuth TypeScript Sample Code | The FusionAuth TypeScript Sample Code demonstrates how to make requests to the API via client. Developers will receive a JSON format in return. |
![]() | FusionAuth Swift Sample Code | The FusionAuth Swift Sample Code demonstrates how to call the API to implement identity features along with authentication, authorization, and passwords. |
![]() | FusionAuth Ruby Sample Code | The FusionAuth Ruby Sample Code serves as a gem to demonstrate how to connect Ruby applications to the FusionAuth API. Usage presents how to create a registration and a user and how to authenticate a user. |
![]() | FusionAuth Retrieve User Email Python Sample Code | The FusionAuth Retrieve User Email Python Sample Code demonstrates how to retrieve a user email when developers authenticate with an API. Developers can implement identity, authentication, and authorization features into applications and websites. |
![]() | FusionAuth Create User Python Sample Code | The FusionAuth Create User Python Sample Code demonstrates how to access the API when developers include an API key and a URL. With the API, developers can create a user in FusionAuth. |
![]() | FusionAuth Create Register User Python Sample Code | The FusionAuth Create Register User Python Sample Code demonstrates how to create a user and register them to our application in a single request. It can also be achieved in two steps, first creating the user, then registering them. |
![]() | FusionAuth Bulk Import Python Sample Code | The FusionAuth Bulk Import Python Sample Code demonstrates how to import a script to import users from an existing table into FusionAuth using the bulk import API. |
![]() | FusionAuth PHP Sample Code | The FusionAuth PHP Sample Code demonstrates how to use the client library on a project by copying the PHP source files from the src directory to a projec. |
![]() | FusionAuth Node.js Sample Code | The FusionAuth Node.js Sample Code demonstrates how to configure a client to implement identity, passwords, authentication, and authorization features into websites and applications. |
![]() | FusionAuth .NET Sample Code | The FusionAuth .NET Sample Code demonstrates how to authenticate with an API Key to implement identity, authentication, and authorization features into websites and applications. |
![]() | FusionAuth JavaScript Sample Code | The FusionAuth JavaScript Sample Code demonstrates how to integrate FusionAuth with a JavaScript application. The code assumes FusionAuth is running on http://localhost:9011 and uses an API key. |
![]() | FusionAuth Java Sample Code | The FusionAuth Java Sample Code demonstrates how to build a client, log in a user, build with Maven, and build with Savant. Developers can implement identity features into applications and websites with the API. |
![]() | FusionAuth Go Sample Code | The FusionAuth Go Sample Code demonstrates how to use a client to access the FusionAuth APIs. Developers can integrate authentication and authorization features into websites and applications. |
![]() | FusionAuth CSharp Sample Code | The FusionAuth CSharp Sample Code demonstrates how developers can access the API to implement authentication and authorization features into websites, software, and applications. |
![]() | FusionAuth Angular.js Sample Code | The FusionAuth Angular.js Sample Code demonstrates how developers can access the API using Angular framework. With the interface, they can implement identity, passwords, authentication, and authorization features into websites and software. |
![]() | FusionAuth Android Sample Code | The FusionAuth Android Sample Code demonstrates how to access the API to implement authentication, authorization, and identity features into websites and applications. |