Emeralt auth plugin to store users in memory
Using npm:
npm install @emeralt/auth-inmemory
or using yarn:
yarn add @emeralt/auth-inmemory
new EmeraltAuthInMemory({
users: [{
username: 'emeralt',
password: 'emeralt',
admin: true,
}]
})