Login and Authentication

Since each HTTP request is stateless, every request requires information to authenticate the user.

Lgfapi supports several types of user authentication:

  • BasicAuth – Classic username and password.
  • OAuth2 – A token based authorization framework.