Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Authentication module (#49)
Browse files Browse the repository at this point in the history
* initialize, add and delete credentials

* Authentication reducer

* serviceLogin operation

* npm audit fix

* Changed auth operations to prevent it to fail

* Added tests and validation to auth operations

* Improved tests, readability and return the token to be used by the callback after succesful login

* Rebase

* Moved internal closures out of the function with needed params curried

* Update rif-id-daf version
  • Loading branch information
javiesses authored Sep 24, 2020
1 parent 0793870 commit 216f1cc
Show file tree
Hide file tree
Showing 10 changed files with 536 additions and 628 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ lib
coverage
junit.xml
*.sqlite

# logs
*.log
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Setup:
```
npm install
npm run setup
npm run build
```

First installs global dependencies, then links inner packages, finally installs inner packages dependencies.
Expand Down
89 changes: 61 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 216f1cc

Please sign in to comment.