1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00
budibase/packages/backend-core/src/security
2022-05-25 13:02:15 +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 Add execute automation to basic user / write permission set 2022-05-12 17:35:31 +01:00
roles.js Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00
sessions.js add better logging on session invalidation 2022-05-25 13:02:15 +01:00