March 2020 Summaries
2 posts from FusionAuth
Filter
Month:
Year:
Post Summaries
Back to Blog
The document provides a comprehensive tutorial on setting up an Angular application integrated with an OAuth2 server for secure user authentication. It details the creation of a proxy server using Express to mediate between the Angular app and the FusionAuth identity server, emphasizing the use of the authorization code grant for enhanced security. The tutorial guides readers through the installation of necessary software, configuration of FusionAuth, development of an Angular app with login and logout functionalities, and the creation of an Express middleware server to handle API requests securely. It also covers how to store and update user data in FusionAuth, demonstrating the implementation of forms using Angular's template-driven approach. The guide concludes by suggesting further enhancements like input validation and session persistence improvements.
Mar 31, 2020
4,317 words in the original blog post.
FusionAuth is a comprehensive authentication, authorization, and user management solution that can be easily integrated with any programming language. In this tutorial, we demonstrated how to integrate FusionAuth with PHP using the FusionAuth PHP client library. We covered various tasks such as registering a user, retrieving a user's profile details, changing a user's password, generating a user's login report, and deleting a user. The integration process involved installing and setting up Composer, downloading and installing the FusionAuth PHP client library, creating an API key and Application, and using the library to make API calls to perform various operations. We also discussed how to handle errors and exceptions that may occur during these operations. By following this tutorial, developers can take their identity and user management efforts to the next level by leveraging the power of FusionAuth with PHP.
Mar 26, 2020
1,947 words in the original blog post.