Hello {{ auth.authState.user?.profile.name }}!
+
+ Your access token for the backend is: {{ auth.authState.user?.access_token }}
+
Response from the test request: {{ testResponse }}
Logging you in...
+ + + diff --git a/frontend/src/views/HomePage.vue b/frontend/src/views/HomePage.vue index 60afc9ac..e9d53770 100644 --- a/frontend/src/views/HomePage.vue +++ b/frontend/src/views/HomePage.vue @@ -1,8 +1,28 @@ - +Hello {{ auth.authState.user?.profile.name }}!
+
+ Your access token for the backend is: {{ auth.authState.user?.access_token }}
+
Response from the test request: {{ testResponse }}
You are currently not logged in.
++ You are currently logged in as {{ auth.authState.user!.profile.name }} ({{ auth.authState.activeRole }}) +
+