Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

An example client that uses the so_auth gem to authenticate with so_auth_provider.

Notifications You must be signed in to change notification settings

jagthedrummer/so_auth_client

Repository files navigation

SoAuthClient

This is a small app to demonstrate how to use the so_auth gem to delegate authentication to the so_auth_provider.

Copy the sample.env file to .env.

To run this project locally you'll also want to run so_auth_provider.

Once so_auth_provider is running you should visit /oauth/applications (probably http://localhost:3000/oauth/applications). Then click on "New Application", then enter a name, and the callback URL that the client will be using (probably http://localhost:3001/auth/so/callback). Then copy the Application ID and Secret into your .env file.

Then to start the app you can run foreman start. (BTW, you may need to install foreman with gem install foreman.)

See http://www.octolabs.com/so-auth for more details.

About

An example client that uses the so_auth gem to authenticate with so_auth_provider.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published