UNPKG

@mercury-labs/auth

Version:

Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.

6 lines (5 loc) 122 B
export declare enum AuthTransferTokenMethod { BOTH = "both", COOKIE_ONLY = "cookie", BEARER_ONLY = "bearer" }