Skip to content

Public interfaces for external auth services and plugins

Notifications You must be signed in to change notification settings

solo-io/ext-auth-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!