1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00
budibase/packages/backend-core/src/security
2022-03-28 16:34:50 +01:00
..
apiKeys.js Adding tenancy to the API key, making the authenticated middleware aware of new user API keys, using a view to lookup the user by API key. 2022-02-11 22:24:48 +00:00
encryption.js Using 10K iteration string stretching for encryption. 2022-02-14 21:37:40 +00:00
permissions.js Refactoring how endpoints are specified so that the middlewares can be applied in a more generic fashion. 2022-02-22 18:40:09 +00:00
roles.js Fix for #5103 - some templates are built on an older version that stored permissions differently, we can't migrate these as they will keep being added, easiest to just support the old method (apply the old rule and convert to the new format when retrieving roles). 2022-03-28 16:34:50 +01:00
sessions.js