-
Notifications
You must be signed in to change notification settings - Fork 1.2k
remove API_TOKEN_SALT from the env table #805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/strapijs/documentation/GnxgneLTbSzWB81J3LwbDH8UYPRj |
| | `ENV_PATH` | Path to the file that contains your environment variables | `String` | `'./.env'` | | ||
| | `STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE` <br/><br/>_Optional_ | Initialization locale for the app, if the [Internationalization (i18n) plugin](/developer-docs/latest/plugins/i18n.md) is installed and enabled on Content-Types (see [Configuration of i18n in production environments](/developer-docs/latest/plugins/i18n.md#configuration-of-the-default-locale)) | `String` | `'en'` | | ||
| | `API_TOKEN_SALT`<br/><br/>_Optional_ | Salt to use to generate [API tokens](/developer-docs/latest/setup-deployment-guides/configurations/optional/api-tokens.md) | `String` | - | | ||
| | `APP_KEYS` | static keys used by the [session middleware](/developer-docs/latest/setup-deployment-guides/configurations/required/middlewares.md#internal-middlewares-configuration-reference) | `String` | `undefined` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually we should not put it as a config variable. And once strapi/strapi#12287 is merged, we should also remove the line 24 (API_TOKEN_SALT).
Are you available to discuss about it, it would be easier on face-to-face :)
|
Need to remove the API SALT Token from the table and not add APP_KEYS either. Will push a new commit next week. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
What does it do?
Why is it needed?
Describe the issue you are solving.
Related issue(s)/PR(s)
#770