Found 362 repositories(showing 30)
bezkoder
Spring Boot Refresh Token using JWT example - Expire and Renew JWT Token
Spring Security Refresh Token using JWT in Spring Boot example with HttpOnly Cookie - Expire and Renew JWT Token
hichambouttaj
JWT access and refresh token spring security in spring boot using HttpOnly Cookie
Repository for Codersee article: https://codersee.com/spring-boot-3-spring-security-6-with-kotlin-jwt/
Spring boot with JWT security and refresh token.
RezaurOfficial
Ready to use implementation of JWT with refresh token using Spring Boot
Rapter1990
Refresh Token with JWT in Spring Boot
albeisoft
Hotel Booking - Java, Spring, Spring Boot, JWT refresh token, etc. and SPA [Single Page Application] with Angular is a version of example of web application for Hotel Reservation - MariaDB, Java 19.x, Maven, etc.
NikolayShvedov
Spring Boot and Spring Security with JWT including Access and Refresh Tokens
A simple spring boot application with Jwt authenticatin. Contains token generation, refresh token genaration, auth filters and spring security
KusalDemo
Java Spring Boot backend with MySQL database and Hibernate ORM. Implements RBAC with ADMINISTRATIVE, MANAGER, and SCIENTIST roles. Secure JWT-based authentication with token refresh. Asynchronous client-server communication via AJAX/Fetch API. Efficient database operations using Hibernate JPQL. Comprehensive logging for maintainability.
This is a project illustrating how to do spring security with authentication and authorization using JWT for common needs.
Jearvaldor95
Api de autenticacion en spring boot con spring security, generacion de jwt y refresh token
Shotix
Spring Boot auth service with JWT access/refresh tokens (refresh via HttpOnly cookies) and REST API endpoints.
Namtayto
:notebook: Fullstack Student Application. Using Java, Spring Boot, JWT, Refresh Token, JUnit, React.js, Redux, Tailwind, Razorpay
ahmed3oun
Secured Authentication with JWT + refresh token and Authorisation + forgot password ... Developped with spring boot server and Angular12 client + bootstrap for design
A production-ready REST API implementing JWT-based authentication with access and refresh tokens, built using Spring Boot 3, Spring Security 6, and Postgres.
nirmalakumarsahu
spring-boot-security-using-jwt-with-refresh-token
techinitializer
JWT authentication using Spring Boot 6 with refresh tokens
joseluisgomes
Spring Boot and Spring Security with JWT including Access and Refresh Tokens 🔑
rawqubit
Production-ready JWT authentication microservice — refresh token rotation, RBAC, Spring Boot 3.2
aybukebetulsilay
Java 17, Spring Boot, Spring Data, Spring Security, Maven, JWT, Refresh Token, Docker, MapStruct, REST API, MySQL
Beautero-ks
Secure authentication API built with Spring Boot, featuring JWT access & refresh tokens, OTP verification, and role-based permissions following security best practices.
dikshanta8080
Spring Boot authentication system with JWT, refresh tokens, fine-grained roles & permissions, input validations, and unit tests using Mockito. Built with Spring Security, Spring Boot, MapStruct, and other modern Java technologies for secure, maintainable APIs.
stdNullPtr
This project provides a basic example of an authentication provider using JSON Web Tokens (JWT), Spring Boot, and Spring Security. It includes user registration, authentication, and refresh token functionality, with endpoints for secure access control.
ashishw116
NovaSpend – Expense Tracker Backend built with Spring Boot, JWT authentication, Redis caching, MongoDB, and Docker. Includes role-based access, refresh tokens, pagination, and production-ready API design.
franchesco25-ux
API REST desarrollada con Spring Boot para la gestión de usuarios y autenticación segura utilizando JWT y refresh tokens, incluyendo control de roles, validaciones y manejo de excepciones.
TiagoRaimundi
A Spring Boot and MongoDB REST API that handles secure authentication and authorization using JWT access and refresh tokens. It provides endpoints for login, token refreshing, and protected resource access in a stateless, scalable way.
Mahmud-Alam
User Auth App is a full-stack authentication system built using Java Spring Boot (backend), ReactJS (frontend), and PostgreSQL (database). This practice project focuses on implementing a secure JWT-based Authentication system, including access tokens, refresh tokens, role-based access control, and user profile management.
stdNullPtr
This project demonstrates a login flow using JSON Web Tokens (JWT), React, Next.js, and NextAuth. It shows how to obtain access and refresh tokens for secure authentication. The setup works with a Spring Boot backend for user signup and authentication. The example features key callbacks, protected paths, and instructions for running.