1
0
Fork 0
mirror of synced 2024-07-10 08:46:05 +12:00
budibase/packages/auth/src
2021-11-16 10:30:37 +00:00
..
cache Fixing issue presented by test, passing Couch instance around for when it is being used in memory. 2021-11-15 19:34:08 +00:00
cloud Add API keys between account portal and budibase 2021-10-04 13:40:50 +01:00
db Adding specific error cases to all app ID checking functions - three cases, is dev/prod, isn't and no app/ID provided. 2021-11-16 10:30:37 +00:00
middleware Add expired user notification 2021-11-03 15:46:45 +00:00
migrations Add migration unit tests 2021-10-26 15:47:36 +01:00
objectStore don't upload tarball to s3 in cloud 2021-10-06 15:36:40 +01:00
redis Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 2021-11-15 17:40:45 +00:00
security SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 2021-10-12 16:13:54 +01:00
tenancy Fixing issue with user's being logged in and trying to access other tenants public apps, this work makes sure that users from other tenants will not be 403'd immediately (too aggressive) but instead they will have all other their RBAC roles revoked. 2021-10-07 15:49:26 +01:00
tests/utilities Add migration unit tests 2021-10-26 15:47:36 +01:00
constants.js cookie based approach 2021-11-04 14:03:18 +01:00
environment.js Add API keys between account portal and budibase 2021-10-04 13:40:50 +01:00
hashing.js Add explicit prettier options 2021-05-04 11:32:22 +01:00
index.js Self hosted SSO flow and account deletion 2021-09-21 12:27:53 +01:00
utils.js Fix: Prevent user updates in multi tenant mode from deleting user password. Also forward the authentication error from the backend to the login page to warn when an sso user is trying to log in with a password when one is not present 2021-11-03 15:04:05 +00:00