Skip to content

CarlosHe/oauth2-server

Repository files navigation

Delphi OAuth 2.0 Server for WebBroker

CarlosHe/oauth2-server is a standards compliant implementation of an OAuth 2.0 authorization server written in Delphi for WebBroker.

Supports the following grants:

  • Password credentials grant
  • Authorization code grant
  • Client credentials grant
  • Refresh grant
  • Implicit grant

Implemented RFCs:

Installation (with boss)

boss install github.com/CarlosHe/oauth2-server

Required dependencies for manual installation