chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Add option for custom auth

Open patrykkotlowski-dsstream opened this issue 1 year ago • 2 comments
trafficstars

Custom authentication

This PR provides an option for the users to use custom authentication mechanism.

What's changed:

  • New options were added to the configuration
  • There is an option to create custom oauth provider
  • There is an option for custom JWT token check.