UNPKG

@code_district/doorman

Version:

Doorman: A comprehensive React package for seamless authentication and authorization management. Easily integrate secure user authentication and access control in your applications. Streamline user verification, role-based permissions, and secure data han

9 lines (8 loc) 128 B
const K = { Cookie: { User: "doorman_user", Expiry: 1, EncryptionKey: "logged_in_user", }, }; export default K;