# README
jwt.go
:construction: UNDER DEVELOPMENT :construction:
Primary Goal
- Stop implementing crypto things by myself.
- Use square/go-jose instead.
- Provide building blocks around JWT, JWK and JWS not whole implementation.
- Work well for both using JWT and providing JWT-based service.