https://github.com/authrocket/lr-rails-hosted
Sample Rails app for AuthRocket
https://github.com/authrocket/lr-rails-hosted
Last synced: about 2 months ago
JSON representation
Sample Rails app for AuthRocket
- Host: GitHub
- URL: https://github.com/authrocket/lr-rails-hosted
- Owner: authrocket
- Created: 2014-10-04T00:59:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T18:50:55.000Z (about 9 years ago)
- Last Synced: 2025-06-05T11:53:30.053Z (about 1 year ago)
- Language: Ruby
- Homepage: https://authrocket.com/docs/ruby/integration
- Size: 34.2 KB
- Stars: 1
- 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/)'s hosted logins and signups with Rails.
It is intended as a companion to the help doc at https://authrocket.com/docs/ruby/integration.
#### Sample .env for Foreman/Heroku
```
AUTHROCKET_API_KEY=ko_SAMPLE
AUTHROCKET_URL=https://api-e1.authrocket.com/v1/
AUTHROCKET_REALM=rl_SAMPLE
AUTHROCKET_JWT_SECRET=jsk_SAMPLE
AUTHROCKET_LOGIN_URL=https://myapp.e1.loginrocket.com/
```
---
#### 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