authentic-service

This is the service component of Authentic. This will help decode tokens so that you can authenticate users within a microservice.

authentic-client

The client component of Authentic. This helps interact with an `authentic-server` so that you can easily signup, confirm, login, and change-password for users. It will also help send tokens to microservices that require authentication.

authentic-ui

Authentic UI is a set of client side views that use authentic-client to provide an easy signup and authentication flow.

authentic-server

This is the server component of Authentic. This provides endpoints for signup, login, confirm, and password change.