Merge branch 'feature/global-user-management' of https://github.com/Budibase/budibase into feature/global-user-management
This commit is contained in:
commit
ce55f99a0a
|
@ -3,7 +3,6 @@
|
||||||
exports[`Authenticated middleware sets the correct APP auth type information when the user is not in the builder 1`] = `
|
exports[`Authenticated middleware sets the correct APP auth type information when the user is not in the builder 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"apiKey": "1234",
|
"apiKey": "1234",
|
||||||
"appId": "budibase:app:local",
|
|
||||||
"role": Role {
|
"role": Role {
|
||||||
"_id": "ADMIN",
|
"_id": "ADMIN",
|
||||||
"inherits": "POWER",
|
"inherits": "POWER",
|
||||||
|
@ -17,7 +16,6 @@ Object {
|
||||||
exports[`Authenticated middleware sets the correct BUILDER auth type information when the x-budibase-type header is not 'client' 1`] = `
|
exports[`Authenticated middleware sets the correct BUILDER auth type information when the x-budibase-type header is not 'client' 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"apiKey": "1234",
|
"apiKey": "1234",
|
||||||
"appId": "budibase:builder:local",
|
|
||||||
"role": Role {
|
"role": Role {
|
||||||
"_id": "BUILDER",
|
"_id": "BUILDER",
|
||||||
"name": "Builder",
|
"name": "Builder",
|
||||||
|
|
Loading…
Reference in New Issue