@emeralt/auth-inmemory
v0.13.0
Published
Emeralt auth plugin to store users in memory
Downloads
34
Readme
@emeralt/auth-inmemory
Emeralt auth plugin to store users in memory
Install
Using npm:
npm install @emeralt/auth-inmemoryor using yarn:
yarn add @emeralt/auth-inmemoryUsage
new EmeraltAuthInMemory({
users: [{
username: 'emeralt',
password: 'emeralt',
admin: true,
}]
})