feat: jwt renew via graphql + users create/authorize UI

This commit is contained in:
Nicolas Giard
2018-10-13 23:22:42 -04:00
parent 3caa842d18
commit 14e34d4346
12 changed files with 742 additions and 376 deletions

View File

@@ -5,9 +5,7 @@ query {
name
email
providerKey
role
createdAt
updatedAt
}
}
}

View File

@@ -0,0 +1,12 @@
query {
authentication {
strategies(
isEnabled: true
) {
key
title
icon
color
}
}
}