mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-22 14:01:29 -05:00
* fix: token rework functional fix: clean up fix: more clean up fix: more clean up fix: add widget back to settings fix: fix: fix: cypress Apply suggestions from code review Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> fix: use flash enum * chore: rename webhookToken -> userToken fix: add translations I forgot to save * fix: add missing tones for flash messages * fix: node test
21 lines
383 B
JSON
21 lines
383 B
JSON
{
|
|
"name": "UserToken",
|
|
"description": "Tokens for submitting curricula through CodeRoad",
|
|
"base": "AccessToken",
|
|
"idInjection": true,
|
|
"options": {
|
|
"validateUpsert": true
|
|
},
|
|
"properties": {},
|
|
"validations": [],
|
|
"relations": {
|
|
"user": {
|
|
"type": "belongsTo",
|
|
"model": "user",
|
|
"foreignKey": "userId"
|
|
}
|
|
},
|
|
"acls": [],
|
|
"methods": {}
|
|
}
|