Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 388 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 388 Bytes

External auth plugins

This repository contains two public interfaces:

  • AuthService: is the interface implemented by all Gloo ext auth implementations
  • ExtAuthPlugin: is the interface that needs to be implemented by custom go ext auth plugins

Be sure to check out the docs at gloo.solo.io for more information!