Files
payload/test/auth/shared.ts
Dan Ribbens 7a7f0ed7e8 fix: disabling API Key does not remove the key (#5145)
* fix: disabling API Key does not remove the key

* chore: encryptKey hook return null

* chore: fix auth e2e test setup
2024-02-23 12:31:14 -05:00

7 lines
183 B
TypeScript

export const slug = 'users'
export const apiKeysSlug = 'api-keys'
export const namedSaveToJWTValue = 'namedSaveToJWT value'
export const saveToJWTKey = 'x-custom-jwt-property-name'