Skip to content

Simple Java application for setting up an OAuth2 Authorization Server with JWT support using Spring Boot.

Notifications You must be signed in to change notification settings

CarinaPorumb/spring-oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Spring OAuth2 Authorization Server

This is a simple Java application that sets up an OAuth2 Authorization Server with JWT support using Spring Boot. It's designed to help manage OAuth2 clients and users.


Features

  • OAuth2 Authorization Server with JWT
  • Basic login and authorization endpoints

Technologies Used

  • Java 21
  • Spring Boot 3.3.0
  • Spring Security (including OAuth2)

Getting Started

Prerequisites

Make sure you have the following installed on your system:

  • Java 21
  • Maven

Installation

  1. Clone the repository:

    git clone https://github.com/CarinaPorumb/spring-oauth2
  2. Build the project using Maven:

    mvn clean install

Running the Application

You can run the application using your IDE or from the command line:

 mvn spring-boot:run

Once the application is running, it will be available at http://localhost:9000.

About

Simple Java application for setting up an OAuth2 Authorization Server with JWT support using Spring Boot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages