init
This commit is contained in:
10
src/config/tokens.js
Normal file
10
src/config/tokens.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const tokenTypes = {
|
||||
ACCESS: 'access',
|
||||
REFRESH: 'refresh',
|
||||
RESET_PASSWORD: 'resetPassword',
|
||||
VERIFY_EMAIL: 'verifyEmail',
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
tokenTypes,
|
||||
};
|
||||
Reference in New Issue
Block a user