[next] UserBox with respect to auth settings (#2079)

* feat: adapt userbox according to settings in embed stream

* fix: lint and test

* feat: respect allowRegistration
This commit is contained in:
Kiwi
2018-11-20 17:56:02 +01:00
committed by GitHub
parent 6fa0c7f538
commit 13147c4ba4
26 changed files with 534 additions and 43 deletions
+4
View File
@@ -6,6 +6,10 @@ enum View {
}
type Local {
authToken: String
authExp: Int
authJTI: String
loggedIn: Boolean!
view: View!
}