Improve authorizationAction.jsx description

This commit is contained in:
Qolzam
2017-07-14 11:22:46 +04:30
parent d28b1ce92f
commit a0fb905f46

View File

@@ -6,6 +6,7 @@ This layer is responsible for implementing actions for entities. [Actions](http:
We provide some actions to authorize a user. The authorize actions include singup, login, logout and update password for a user.
#### Functions
```jsx
dbLogin = (email, password) => {}
```