feat: jwt renew via graphql + users create/authorize UI
This commit is contained in:
@@ -5,9 +5,7 @@ query {
|
||||
name
|
||||
email
|
||||
providerKey
|
||||
role
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
||||
|
12
client/graph/admin/users/users-query-strategies.gql
Normal file
12
client/graph/admin/users/users-query-strategies.gql
Normal file
@@ -0,0 +1,12 @@
|
||||
query {
|
||||
authentication {
|
||||
strategies(
|
||||
isEnabled: true
|
||||
) {
|
||||
key
|
||||
title
|
||||
icon
|
||||
color
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user