1.0.0 • Published 6 years ago

matris-authentication-api v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Authentication API Library

import {AuthenticationService} from 'matris-authentication-api';
...


const service = AuthenticationService({url: 'http://localhost:3000'});

const token = await service.password('mail@email.com', '12345678');
// Returns authentication token

Todo

  • Update docs

Test

npm run test
1.0.0

6 years ago