Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |