Remix
Remix
remix/auth-middleware · TypeView Source

AuthState

Summary

Request auth state stored in the router context.

Signature

type AuthState<identity> = GoodAuth<identity> | BadAuth;