Manideepkunjetimanideep.hashnode.dev·Sep 25, 2023Demystifying JSON Web Tokens (JWTs): A Comprehensive GuideIn the world of web development and security, JSON Web Tokens (JWT) have become an essential tool for Authentication and Authorization. JWTs provide a secure and compact way to transmit information between client and server. In this guide, we will ex...Charan MC and 2 others are discussing this3 people are discussing thisDiscuss·34 likes·63 readsJWTCheers dude! that was a pretty much informative and short as well 😄... back to form after long tym... 5
Yatheeshblog.yatheesh.dev·Sep 30, 2023Validate your Express API back end with ClerkAfter spending many days with clerk docs, this seems to be the way to check if the user has an account in our application. There may be other ways to do the validation but I have not been lucky enough to find any blog or article that can help. So her...DiscussClerk.dev
Yaroslav Prozorovbyka.hashnode.dev·Sep 29, 2023JPA Authentication Using DTO with Spring SecurityDTO (Data Transfer Object): Create a DTO (e.g., UserRegistrationDto) to transfer user registration data to your controller. Here's an example: @Data @AllArgsConstructor @NoArgsConstructor @Builder public class CreateUserRequest { private String ...DiscussSpring Data Jpa
Emmanuella Okaforemmanuella.hashnode.dev·Sep 28, 2023Spring Security:Introduction Security is a big deal in today's digital world. Here's why: as technology gets fancier, so do the bad things that can mess up our apps and steal important information. Now, if you're new to Java and Spring Boot, you might have heard tha...DiscussSpringboot
Manish Kumar Guptaheismanish.hashnode.dev·Sep 28, 2023Authentication Using ExpressJSAuthentication is a crucial aspect of web development that revolves around the process of verifying the identity of a user or system. It ensures that only authorized individuals or systems can access certain resources or perform specific actions with...Discussauthentication
Stephan Mingoesblog.stephanmingoes.me·Sep 28, 2023Authentication using NextJS Client and NestJS ServerOverview The authentication flow works as follows: User submits login form Next.js makes a request to the /login API endpoint Nest.js generates a JWT access token and sets it as a cookie The access token cookie is sent with subsequent requests N...DiscussNext.js
Rubel Mehmedrubelmehmed.hashnode.dev·Sep 27, 2023Mastering JSON Web Tokens (JWTs) for Modern Web ApplicationsIn the ever-evolving landscape of web applications and microservices, secure and efficient user authentication and authorization mechanisms are paramount. JSON Web Tokens (JWTs) have emerged as a versatile solution to these challenges, offering a sta...DiscussJWT
Rishabhrishabhjsx.hashnode.dev·Sep 27, 2023Getting Started with Authentication using JWT in ExpressJS and NodeJSLearn how to authenticate using JWT in a backend and store user data. [Optional] Folder Structure My folder structure for backend development in Expressjs and Nodejs 📂backend ├ 📁 config | └── 📄config.env | └── 📄db.js ├ 📁 controller | └── 📄 user...Discuss·1 likeExpress
Rodrigo Mansueliblog.mansueli.com·Sep 26, 2023Configuring Office365 as the SMTP Provider in Supabase Auth: A Comprehensive GuideEmail communication is a crucial aspect of many web applications, including those built on the Supabase platform. Whether it's for account verification, password resets, or general communication within the application, reliable email delivery is esse...Discuss·134 readsoffice365
Manideepkunjetimanideep.hashnode.dev·Sep 25, 2023Demystifying JSON Web Tokens (JWTs): A Comprehensive GuideIn the world of web development and security, JSON Web Tokens (JWT) have become an essential tool for Authentication and Authorization. JWTs provide a secure and compact way to transmit information between client and server. In this guide, we will ex...Charan MC and 2 others are discussing this3 people are discussing thisDiscuss·34 likes·63 readsJWTCheers dude! that was a pretty much informative and short as well 😄... back to form after long tym... 5
Sauradip Ghoshbasiclinuxcommands.hashnode.dev·Sep 25, 2023A Beginner's Guide to Using Auth0Authentication and authorization are critical aspects of modern web and mobile applications. They ensure that only authorized users can access your application's resources, protecting sensitive data and enhancing user experience. Auth0 is a popular i...DiscussAuth0