File tree 4 files changed +18
-6
lines changed
4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function componentDetails()
35
35
{
36
36
return [
37
37
'name ' => "Account " ,
38
- 'description ' => "User management form. "
38
+ 'description ' => "User management form for updating profile and security details . "
39
39
];
40
40
}
41
41
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function componentDetails()
34
34
{
35
35
return [
36
36
'name ' => "Session " ,
37
- 'description ' => "Provides services for registering a user. "
37
+ 'description ' => "Checks the user session and includes the user object on the page . "
38
38
];
39
39
}
40
40
Original file line number Diff line number Diff line change 18
18
"children" : [
19
19
{
20
20
"title" : " Session" ,
21
+ "description" : " checks the user session and includes the user object on the page" ,
21
22
"slug" : " component-session"
22
23
},
23
24
{
24
25
"title" : " Account" ,
26
+ "description" : " user management form for updating profile and security details" ,
25
27
"slug" : " component-account"
26
28
},
27
29
{
28
30
"title" : " Authentication" ,
31
+ "description" : " provides services for logging a user in" ,
29
32
"slug" : " component-authentication"
30
33
},
31
34
{
32
35
"title" : " Registration" ,
36
+ "description" : " provides services for registering a user" ,
33
37
"slug" : " component-registration"
34
38
},
35
39
{
36
40
"title" : " Reset Password" ,
41
+ "description" : " confirms and resets the user with a new password" ,
37
42
"slug" : " component-reset-password"
38
43
}
39
44
]
43
48
"children" : [
44
49
{
45
50
"title" : " Auth Manager" ,
51
+ "description" : " services for managing the user session" ,
46
52
"slug" : " auth-manager"
47
53
},
48
54
{
49
55
"title" : " Impersonation" ,
56
+ "description" : " extra services for impersonating users" ,
50
57
"slug" : " auth-impersonation"
51
58
},
52
59
{
53
60
"title" : " Bearer Tokens" ,
61
+ "description" : " extra services for JWT authentication" ,
54
62
"slug" : " auth-bearer-tokens"
55
63
}
56
64
]
Original file line number Diff line number Diff line change @@ -22,31 +22,35 @@ navigation:
22
22
-
23
23
title : " Session"
24
24
link : " ./component-session.md"
25
-
25
+ description : " checks the user session and includes the user object on the page "
26
26
-
27
27
title : " Account"
28
28
link : " ./component-account.md"
29
-
29
+ description : " user management form for updating profile and security details "
30
30
-
31
31
title : " Authentication"
32
32
link : " ./component-authentication.md"
33
-
33
+ description : " provides services for logging a user in "
34
34
-
35
35
title : " Registration"
36
36
link : " ./component-registration.md"
37
-
37
+ description : " provides services for registering a user "
38
38
-
39
39
title : " Reset Password"
40
40
link : " ./component-reset-password.md"
41
+ description : " confirms and resets the user with a new password"
41
42
-
42
43
title : " Services"
43
44
children :
44
45
-
45
46
title : " Auth Manager"
46
47
link : " ./auth-manager.md"
48
+ description : " services for managing the user session"
47
49
-
48
50
title : " Impersonation"
49
51
link : " ./auth-impersonation.md"
52
+ description : " extra services for impersonating users"
50
53
-
51
54
title : " Bearer Tokens"
52
55
link : " ./auth-bearer-tokens.md"
56
+ description : " extra services for JWT authentication"
You can’t perform that action at this time.
0 commit comments