Echo JS
- JWT authentication: When and how to use it https://logrocket.com/blog/jwt-authentication-best-practices/ 3 comments
Hacker News
- JWT Authentication Tutorial: Example Using Spring Boot http://www.svlada.com/jwt-token-authentication-with-spring-boot/ 6 comments
- Download files behind JWT-authenticated routes with no extra libraries, using object URLs https://blog.theodo.com/2021/03/authenticated-file-download-with-javascript/ 2 comments javascript
- How to logout when using JWT for authentication https://www.pluralsight.com/guides/token-based-authentication-with-ruby-on-rails-5-api 10 comments rails
- Authentication using JWT in Laravel 5 http://cubettech.com/blog/api-authentication-using-jwt-in-laravel-5/ 11 comments laravel
- Thoughts on using JWT user authentication for my node app https://www.youtube.com/watch?v=25GS0MLT8JU 27 comments node
- How to Protect React Apps using JWT Authentication https://www.youtube.com/watch?v=Yh5Lil03tpI 10 comments reactjs
- Laravel 7 REST API using JWT Authentication https://www.reddit.com/r/laravel/comments/gdcf8a/laravel_7_rest_api_using_jwt_authentication/ 22 comments laravel
- Rails gem for API authentication using JWT https://www.reddit.com/r/rails/comments/cs17c7/rails_gem_for_api_authentication_using_jwt/ 4 comments rails
- Article on authentication in node.js using redis and jwt https://medium.com/@pankaj.panigrahi/authentication-and-authorization-using-redis-49c5f0e6b311 17 comments node
- Using JWT token for authentication in nodeJS https://fullstack.network/using-jwt-token-for-authentication-in-nodejs-1a187c56f6d4 3 comments javascript
- Create a RESTful API with authentication using Web API and Jwt http://www.developerhandbook.com/entity-framework/create-restful-api-authentication-using-web-api-jwt/ 3 comments programming
- Secure Angular Site using JWT Authentication with ASP.NET Core Web API http://codingsonata.com/secure-angular-site-using-jwt-authentication-with-asp-net-core-web-api/ 14 comments dotnet
- Using JWT with Laravel to create a simple authentication. http://blog.remoblaser.ch/laravel/2016/using-jwt-with-laravel-1-2/ 3 comments laravel
- Implement Authentication using JWT in Servant | Haskell | Tutorial https://www.youtube.com/watch?v=mft1OheTQJ0 7 comments haskell
- Authentication for API Routes using JWT and bcrypt (Theory + Code) https://www.youtube.com/watch?amp%3Bfeature=share&v=j4Tob0KDbuQ 16 comments node
- Setting up Vue Authentication using Expressjs, MongoDB, and JWT - CodeSource.io https://codesource.io/setting-up-vue-authentication-using-expressjs-mongodb-and-jwt/ 3 comments vuejs
- Why you should not use JWT for authentication, along with Flask implementation of session cookies https://blog.muhib.me/why-you-should-not-use-jwt-for-authentication 5 comments python
- Asp Net Core 3.0 web API token based authentication example using JWT in VS2019 http://dotnetdetail.net/asp-net-core-3-0-web-api-token-based-authentication-example-using-jwt-in-vs2019/ 3 comments csharp
- Asp Net Core 3.0 web API token based authentication example using JWT in VS2019 http://dotnetdetail.net/asp-net-core-3-0-web-api-token-based-authentication-example-using-jwt-in-vs2019/ 10 comments dotnet
- How to Implement a Magic Link Authentication using Node.js and JSON Web Token (JWT) https://implementing.substack.com/p/how-to-implement-a-magic-link-authentication 3 comments node
- Golang echo authentication using JWT with RSA private and public key https://github.com/Keda87/golang-echo-jwt-rsa 3 comments golang
- Full-featured Flask authentication extension using JWT? https://www.reddit.com/r/flask/comments/7w1tu6/fullfeatured_flask_authentication_extension_using/ 9 comments flask
- Securing an ASP .NET Core Web API using JWT and Role-based Authentication https://markjames.dev/2023-11-25-jwt-authentication-asp-net/ 2 comments csharp
- Simple notes app built using Vue 2.4 on the frontend and Koa 2.3 on the backend. Full JWT user-authentication flow. Both the backend and frontend code are open-sourced. https://github.com/johndatserakis/koa-vue-notes-web 7 comments vuejs
- Tutorial: How to Build a Node.Js Authentication API with Email Verification, Image Upload and Password Reset Using Jwt, Passport.Js, and Sendgrid. https://medium.com/swlh/how-to-build-a-node-js-authentication-api-with-email-verification-image-upload-and-password-reset-95e35fd46be1 20 comments node
- Although JSON Web Tokens have become incredibly popular, its use for authenticating users sessions is controversial. Here's an attempt to demonstrate the pros and cons of using JWT for this context. https://supertokens.io/blog/are-you-using-jwts-for-user-sessions-in-the-correct-way?utm_source=reddit 29 comments javascript
- I just published an article - Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken. Security is the most important aspect of backend web development and in this article I have covered the edge cases for it. https://afteracademy.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token 10 comments webdev
- I just published an article - Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken. Security is the most important aspect of backend web development and in this article I have covered the edge cases for it. https://afteracademy.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token 5 comments typescript
- I just published an article - Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken. Security is the most important aspect of backend web development and in this article I have covered the edge cases for it. https://afteracademy.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token 3 comments node