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
- Host: GitHub
- URL: https://github.com/authrocket/lr-rails-hosted-bis
- Owner: authrocket
- Created: 2018-01-23T23:36:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T23:41:37.000Z (over 8 years ago)
- Last Synced: 2025-06-29T08:38:24.502Z (12 months ago)
- Language: Ruby
- Homepage: https://authrocket.com/docs/ruby/rails
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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