Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pobing/sinatra_sso_demo

Simple sinatra project for sso
https://github.com/pobing/sinatra_sso_demo

Last synced: about 1 month ago
JSON representation

Simple sinatra project for sso

Awesome Lists containing this project

README

        

## about

This is a simple sinatra project. SSO connect for provider system. Like [kf5](http://www.kf5.com/v1api/single_sign_on/) ,etc.

## usage

* simple run:
```
bundle install && ruby app.rb or rackup
```

* thin server run
```
mkdir -p tmp/pids tmp/sockets # create flold
thin -p 4567 -P tmp/pids/thin.pid -l logs/thin.log -d start
#or
thin start -C config/thin.yml
```