@@ -10,21 +10,21 @@ import { Step, Steps } from "fumadocs-ui/components/steps";
1010<Steps >
1111<Step >
1212
13- ### Resource Initialization
13+ ### [ Resource Initialization] ( /architectural-resource/resource-initialization )
1414
1515On startup of the Shield server, the resource initialization process is triggered.
1616
1717</Step >
1818<Step >
1919
20- ### Admin Login
20+ ### [ Admin Login] ( /architectural-resource/admin-login )
2121
2222Once the will reach healthy state then Admin Login api can be used for creation of the API Key.
2323
2424</Step >
2525<Step >
2626
27- ### Create API User
27+ ### [ Create API User] ( /architectural-resource/create-api-user )
2828
2929For any client related operations Like login, logout, password reset, etc. the
3030API user is required. There can be more than one API user for a client and each
@@ -33,16 +33,32 @@ API user can have different role.
3333</Step >
3434<Step >
3535
36- ### Signup user
36+ ### [ Signup user] ( /architectural-resource/signup-user )
3737
3838An API user can create or register a new user to its own client.
3939
4040</Step >
4141<Step >
4242
43- ### Non Admin Login
43+ ### [ Non Admin Login] ( /architectural-resource/non-admin-login )
4444
4545Regular (Non Admin) user can login to the client at this API endpoint.
4646
47+ </Step >
48+ <Step >
49+
50+ ### [ Refresh Token] ( /architectural-resource/refresh-token )
51+
52+ Refresh token is used to refresh the session and generate a new set of token
53+ so that the user can continue to use the client without having to login again.
54+
55+ </Step >
56+ <Step >
57+
58+ ### [ Introspection] ( /architectural-resource/introspection )
59+
60+ Introspection is used to get the current state of the token. Currently, we
61+ support only the access_token introspection.
62+
4763</Step >
4864</Steps >
0 commit comments