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

https://github.com/authrocket/lr-rails-hosted-bis

Sample Rails app for AuthRocket
https://github.com/authrocket/lr-rails-hosted-bis

Last synced: about 2 months ago
JSON representation

Sample Rails app for AuthRocket

Awesome Lists containing this project

README

          

# AuthRocket sample Rails app

### Logins Quickstart

This sample shows a complete example of using [AuthRocket](https://authrocket.com/) with Rails.

It is intended as a companion to the help doc at https://authrocket.com/docs/ruby/rails.

#### Sample .env for Foreman/Heroku

```
AUTHROCKET_JWT_SECRET=jsk_SAMPLE
AUTHROCKET_LOGIN_URL=https://myapp.e1.loginrocket.com/
# and optionally:
AUTHROCKET_API_KEY=ko_SAMPLE
AUTHROCKET_URL=https://api-e1.authrocket.com/v1/
AUTHROCKET_REALM=rl_SAMPLE
```

---

#### Bugs, questions, etc.

If you have questions about AuthRocket, about integration with your own app, etc., please contact us via our website.

Please limit use of GitHub issues to bugs in the sample app itself and pull requests.

---

Copyright Notioneer, Inc.

License: MIT