October 2023 Summaries
5 posts from FusionAuth
Filter
Month:
Year:
Post Summaries
Back to Blog
The FusionAuth templates for Microsoft .NET aim to simplify the process of creating secure web applications by reducing the overhead associated with customer authentication and authorization. The templates are available through the Visual Studio Marketplace and as a NuGet package, making it easy for developers to get started with FusionAuth. To use the templates, developers can download or install them using Visual Studio or the dotnet new command, depending on their development environment. Once installed, they can create a project by selecting the desired template and entering the necessary configuration settings. The templates provide a pre-configured instance of FusionAuth that is ready to use with the application, allowing developers to focus on building their application rather than setting up authentication and authorization from scratch.
Oct 26, 2023
1,413 words in the original blog post.
A recent report from a security firm highlighted vulnerabilities in the social login implementations of prominent platforms such as Vidio, Bukalapak, and Grammarly, where insecure use of the "Login With Facebook" feature could have led to user account takeovers. Although the identified security flaws have been resolved, the incident underscores the importance of properly implementing OAuth tokens and using reliable customer identity and access management (CIAM) tools to safeguard user data. The article stresses that while standards for user authentication exist, they are complex and prone to misimplementation, as demonstrated in these cases. Utilizing a robust CIAM system like FusionAuth can mitigate such risks by ensuring secure management of user credentials and seamless integration into existing technology stacks, thereby protecting users' data and maintaining brand integrity.
Oct 26, 2023
679 words in the original blog post.
I'll be presenting at Longhorn PHP in Austin, Texas next week, where I'll give two sessions on JWTs and a hands-on workshop on protecting APIs. As an experienced PHP developer with decades of experience, I'm excited to connect with the community and learn about modern PHP frameworks and solutions like Laravel. Community-driven conferences are fantastic because they provide entry points for attendees into the wider developer community, offer more personal interactions, and are less intimidating than bigger conferences. I'm looking forward to attending Longhorn PHP and hope you can join me!
Oct 25, 2023
463 words in the original blog post.
FusionAuth has announced its participation in this year's Hacktoberfest, a global event that encourages developers to contribute to open-source projects. To participate, developers need to register for the event and submit PRs to FusionAuth's repositories, which have been tagged with the `hacktoberfest` label. The focus of this year's Hacktoberfest is on FusionAuth's JavaScript repositories, covering various frameworks such as Angular, Express, React, and Vue.js, including examples of authentication mechanisms like authorization code grants, device authorization grants, and single sign-on using FusionAuth's SSO feature.
Oct 04, 2023
434 words in the original blog post.
The text discusses the concept and implementation of anonymous user accounts in applications, highlighting their role in reducing registration friction while still allowing users to access personalized features and save data. Anonymous users, who lack identifiable credentials, are integrated into customer identity and access management systems and can be converted into regular accounts when users decide to register. This approach can benefit applications by providing a seamless user experience, allowing for personalization without initial registration. The text outlines scenarios where anonymous accounts are advantageous, such as e-commerce and gaming, but also notes contexts, like banking or email applications, where they are unsuitable due to privacy concerns. It discusses the technical and privacy considerations for implementing such accounts, including marking, storing, converting, and culling anonymous accounts while ensuring compliance with data protection regulations and being mindful of potential billing impacts from identity providers.
Oct 02, 2023
2,058 words in the original blog post.