Skip to content

mrduckieduck/micronaut-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micronaut + JWT authorization/authentication

This project works as an example of how should be configured a project using Micronaut and authorization and authentication using JSON Web tokens (JWT) and a simple data base (where are stored all the users with a simple password and username (UsernamePasswordAuthentication).

How to run the application?

As default Micronaut use Gradle as build tool, so as easy as just typing this in a console:

# gradle run

And this will start the application in a random port.

How to test the application?

Just run the following command and all the specs will be run:

# gradle test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages