Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keratin/authn-demo
tiny Sinatra app using AuthN
https://github.com/keratin/authn-demo
authn demo sinatra vanilla-js
Last synced: about 3 hours ago
JSON representation
tiny Sinatra app using AuthN
- Host: GitHub
- URL: https://github.com/keratin/authn-demo
- Owner: keratin
- License: mit
- Created: 2016-11-28T23:02:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T18:12:35.000Z (almost 2 years ago)
- Last Synced: 2023-08-31T15:26:43.764Z (about 1 year ago)
- Topics: authn, demo, sinatra, vanilla-js
- Language: HTML
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a demo app written in Sinatra that uses [Keratin AuthN](https://github.com/keratin/authn) to
manage authentication. The commits are written in tutorial fashion and may be revised over time as
best practices change.Start here: https://github.com/keratin/authn-demo/commits/master
## Developing
### Installing Dependencies:
1. Install Docker, Ruby, and Bundler
2. Create a `.env` file from `.env.sample`
3. Install Rubygem dependencies: `bundle install`### Running Processes:
4. Start AuthN server: `./authn`
5. Start Demo app: `bundle exec rackup config.ru`