feat: auth jwt, permissions, login ui (wip)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
query {
|
||||
authentication {
|
||||
strategies(orderBy: "title ASC") {
|
||||
strategies {
|
||||
isEnabled
|
||||
key
|
||||
title
|
||||
|
@@ -7,6 +7,7 @@ mutation($username: String!, $password: String!, $strategy: String!) {
|
||||
slug
|
||||
message
|
||||
}
|
||||
jwt
|
||||
tfaRequired
|
||||
tfaLoginToken
|
||||
}
|
||||
|
@@ -1,13 +1,14 @@
|
||||
query {
|
||||
authentication {
|
||||
strategies(
|
||||
filter: "isEnabled eq true",
|
||||
orderBy: "title ASC"
|
||||
isEnabled: true
|
||||
) {
|
||||
key
|
||||
title
|
||||
useForm
|
||||
icon
|
||||
color
|
||||
selfRegistration
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user