Best of Authentication — December 2023
- 1
- 2
- 3
DEV·2y
How to manage user authentication With React JS
Learn how to manage user authentication in React JS with a comprehensive guide covering authorization, authentication, and session management. Set up a React project, build a login component, create authentication logic, protect routes with authorization, and integrate APIs. Improve your understanding of the Context API and React Router for seamless and secure user authentication in React applications.
- 4
Snyk·2y
Top 3 security best practices for handling JWTs
Ensure the security of your web applications by following the top 3 security best practices for handling JWTs. Keep JWTs secret, validate them properly, and set expiration times to prevent vulnerabilities and breaches. Use tools like Snyk to identify and remediate security issues related to JWTs.
- 5
- 6
asayer·2y
Mastering Next.js Authentication with Auth0: A Practical Guide
This article discusses how to add authentication to a Next.js application using Auth0. It covers setting up an Auth0 account, integrating Auth0 with Next.js, implementing authentication, handling authentication callbacks, and adding authorization.
- 7
- 8
- 9
Firebase Developers·2y
Best practices for authenticating using Firebase
Learn about the best practices for authenticating using Firebase. Explore options such as anonymous authentication and federated authentication with trusted third-party providers. Discover the benefits of multi-factor authentication for added security.
- 10
Code Maze·2y
How to Get an Access Token from HttpContext in ASP.NET Core
This article explores different ways to get an Access Token from HttpContext in ASP.NET Core. It explains the role of access tokens in maintaining secure communication and outlines the Headers and GetTokenAsync approaches for extracting the access token. It also discusses how access tokens can be accessed from HttpContext in a controller or via middleware. The article concludes by emphasizing best practices and security considerations for handling access tokens.