Skip to content

remix/middleware/auth · Interface

View Source

AuthOptions

Summary

Options for loading auth state for each request.

Signature

interface AuthOptions<schemes> {
  schemes: readonly [schemes]
}

Properties

schemes

Auth schemes to run in order for each request.