Authenticator

This module leverages Spring Security’s authentication manager to try all registered auth checks provided with other modules

  • Adds login endpoint that returns JWT (JSON Web Token)
    • token is generated from username and authorities as returned by authentication manager
  • Adds JWT Bearer token auth