This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-27 02:44:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
core
/
admin
/
server
/
config
/
api-token.js
6 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
store the hashed accessKey in the database
2021-08-27 16:23:19 +02:00
'use strict'
;
improve tests and minor fixes
2021-08-30 09:05:39 +02:00
module
.
exports
=
(
{
env
}
)
=>
(
{
store the hashed accessKey in the database
2021-08-27 16:23:19 +02:00
salt
:
env
(
'API_TOKEN_SALT'
)
,
improve tests and minor fixes
2021-08-30 09:05:39 +02:00
}
)
;
Reference in New Issue
Copy Permalink