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
The Asgardeo React template generates a ready-made React sample app with pre-configured login and logout capabilities, helping you kick-start your project in just 2 minutes.

All you need is a client_id, which you can obtain by registering a Single Page Application in WSO2 Identity Server.

Now that your React application is secured with authentication features integrated, It is time to explore the additional features WSO2 Identity Server offers to make the login flow more diverse and secure.