Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remy727/nuxt-auth-with-devise-token-auth
Nuxt Auth Using Devise Token Auth
https://github.com/remy727/nuxt-auth-with-devise-token-auth
devise devise-token-auth heroku nuxt nuxt-auth nuxt2 vuejs vuetify vuex
Last synced: 20 days ago
JSON representation
Nuxt Auth Using Devise Token Auth
- Host: GitHub
- URL: https://github.com/remy727/nuxt-auth-with-devise-token-auth
- Owner: remy727
- Created: 2022-11-24T15:41:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T21:36:21.000Z (about 2 years ago)
- Last Synced: 2024-11-07T03:56:15.658Z (2 months ago)
- Topics: devise, devise-token-auth, heroku, nuxt, nuxt-auth, nuxt2, vuejs, vuetify, vuex
- Language: Ruby
- Homepage:
- Size: 259 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Auth Using Devise Token Auth
### FrontEnd ENVs for Heroku Deployment
| Variable | Value |
| ---------------------- | -------------------------------|
| `API_HOST` | https://your-app.herokuapp.com |
| `HOST` | 0.0.0.0 |
| `NODE_ENV` | production |
| `NODE_OPTIONS` | --openssl-legacy-provider |
| `NPM_CONFIG_PRODUCTION` | false |