SCRUM by Jared
Pied Piper Agile Management Application
This repository is a mock of an extremely simple Sinatra application, "JSCRUM", which demonstrates how to integrate FusionAuth for user management. Users are able to login, logout, view and update profile information, logout, and delete their accounts.
FusionAuth is a platform and framework agnositc modern CIAM tool to integrate authentication, authorization and user management into your applications. FusionAuth supports many applications in one easy to use browser interface. Features are exposed in API's that allow flexibility and customizable user experiences. In this tutorial we will demonstrate integrating FusionAuth with the light-weight Ruby framework Sinatra.
The application uses the FusionAuth Ruby client library. The API will provide all of the necessary methods to create user access management with FusionAuth in Sinatra.
- Ruby (2.5.0)
- Bundler (2.1.4)
- Download this repository to begin.
- Run bundle command to install gems
- To run the application use the following command in your command line:
bundle exec rackup -p 4567
- To view and interact locally while the server is running go to:
localhost:4567
Mary Lang @mcat56