Next Steps
1 min
This guide you just have completed, covered the adding user login for React apps by integrating with an Identity Provider (IdP) and additional use cases such making calls to an OAuth2-protected API.
Tip
As you are now familiar with the concepts discussed in the guide, you can use the Asgardeo React template to bootstrap your application by running the following command.
npx tmplr --dir my-vite-react-app asgardeo/asgardeo-vite-react-template
All you need is a client_id
, which you can obtain by registering a Single Page Application in Asgardeo.
Now that your React application is secured with authentication features integrated, It is time to explore the additional features Asgardeo offers to make the login flow more diverse and secure.