Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/boot-jwt

gradle, spring-boot, JWT, spring-security, spring oauth2, @EnableAuthorizationService, @EnableResourceServer, keytool, openssl, jks, spring-mustache, {{springMacroRequestContext.request.contextPath}}
https://github.com/daggerok/boot-jwt

gradle oauth2 oauth2-authentication oauth2-client oauth2-resource-server oauth2-server spring-boot spring-security spring-security-oauth2

Last synced: 19 days ago
JSON representation

gradle, spring-boot, JWT, spring-security, spring oauth2, @EnableAuthorizationService, @EnableResourceServer, keytool, openssl, jks, spring-mustache, {{springMacroRequestContext.request.contextPath}}

Awesome Lists containing this project

README

        

boot-jwt [![build](https://travis-ci.org/daggerok/boot-jwt.svg?branch=master)](https://travis-ci.org/daggerok/boot-jwt)
====================

start auth and resource servers

```fish
gradle :authorization-server:bootRun
gradle :resource-server:bootRun
```

and read how to test here: `./resource-server/src/main/java/daggerok/ResourceServerApplication.java`