Class: Braintrust::Server::Auth::NoAuth

Inherits:
Object
  • Object
show all
Defined in:
lib/braintrust/server/auth/no_auth.rb

Overview

No-op auth strategy for testing and local development.

Instance Method Summary collapse

Instance Method Details

#authenticate(_env) ⇒ Object



8
9
10
# File 'lib/braintrust/server/auth/no_auth.rb', line 8

def authenticate(_env)
  true
end