Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 265 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 265 Bytes

Labstack Echo and JWT authentication

Example on using JWT authentication combined with Labstack Echo.

Start the server in on terminal session:

$ make run

And then test it by running:

$ make test