Ravindra DevraniSecuring The .NET 9 App: Signup, Login, JWT, Refresh Tokens, and Role Based Access with PostgreSQLREST APIs are stateless, so server does not store any information about the client. So we can not authorize the rest application in a…4d ago
Veljko IlićToken Refresh with Axios Interceptors for a Seamless Authentication ExperienceNavigating the intricacies of OAuth2 authentication can significantly elevate the security and user experience of your web applications. A…Feb 86
Benedykt TyminskiSetting Up JWT Authentication with Refresh Tokens in a Rails APIJSON Web Tokens (JWTs) are a popular method of authentication for many modern applications. Their stateless nature frees up resources in…Nov 26Nov 26
DotNet Full Stack DevImplementing OAuth Token and Refresh Token in .NET Web ApplicationOAuth 2.0 is a popular authorization framework that enables third-party applications to obtain limited access to a web service. The…Jun 26Jun 26
Andrej BarnaDrupal 10 Simple OAuth with front-end usage implementation.Every time I’m doing this I have to search for tutorials where I first learned how to do it, so I’ve decided to share everything I’ve…Oct 7Oct 7
Ravindra DevraniSecuring The .NET 9 App: Signup, Login, JWT, Refresh Tokens, and Role Based Access with PostgreSQLREST APIs are stateless, so server does not store any information about the client. So we can not authorize the rest application in a…4d ago
Veljko IlićToken Refresh with Axios Interceptors for a Seamless Authentication ExperienceNavigating the intricacies of OAuth2 authentication can significantly elevate the security and user experience of your web applications. A…Feb 86
Benedykt TyminskiSetting Up JWT Authentication with Refresh Tokens in a Rails APIJSON Web Tokens (JWTs) are a popular method of authentication for many modern applications. Their stateless nature frees up resources in…Nov 26
DotNet Full Stack DevImplementing OAuth Token and Refresh Token in .NET Web ApplicationOAuth 2.0 is a popular authorization framework that enables third-party applications to obtain limited access to a web service. The…Jun 26
Andrej BarnaDrupal 10 Simple OAuth with front-end usage implementation.Every time I’m doing this I have to search for tutorials where I first learned how to do it, so I’ve decided to share everything I’ve…Oct 7
Sfdc PulseSalesforce REST API Access and Refresh TokensHow to generate Access and Refresh Tokens ?Feb 6
Ayush TiwariCookies Authentication in MERN (AccessToken, RefreshToken, Axios, Interceptor)IntroductionSep 27
Shah Rukh KhanHow to create http middleware with Axios in React/Next.jsIn modern web development, handling API calls efficiently is crucial for a seamless user experience. Middleware can help manage API logic…Jun 261