2.0.1 • Published 2 years ago

ackee-auth-api-agent v2.0.1

Weekly downloads
9
License
MIT
Repository
gitlab
Last release
2 years ago

Renamed (and reimplemented) to @ackee/antonio

npm.io

Ackee Auth Api Agent

How to use

  • The usage is the same as with ApiAgent so take a look at that package.
  • Instead of returning a Promise, every request returns a Generator function to be used with redux, executed with redux-saga and mainly with ackee-redux-token-auth.
  • AuthApiAgent just extends ApiAgent and wraps its .request method into ackee-redux-token-auths's authorizedFn that gives us credentials as a parameter.

Dependencies

Wider dependecies

Migration guide

From 1.*.* to 2.*.*

  • Just be sure you're using ackee-redux-token-auth@1.*.* in an app where you're using ackee-auth-api-agent@2.*.*.
2.0.1

2 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago