2.5.2 • Published 7 years ago

akima-client v2.5.2

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
7 years ago

Akima Client for nodejs apps

This module adds oauth2 functionality allowing it to authenticate using the Akima framework.

Configuration

This module requires initialization and assumes that app.config.akima will contain the appropriate JSON.

A sample

"akima": {
   "repository":
   {
      "type":"pg",
      "pgConString":
   }
   "authorizationPath":"oauth/dialog/authorize-im/",
   "authorizationExternalHostURL":"https://co-rc1/",
   "authServerAddr":
   {
      "host":"localhost",
      "port":3001
   },
   "callbackURL":"https://co-rc1/generic-dashboard/auth/callback"
}

if the repository type is redis, then the above would have a repository setting of for example (setting host and port to null will cause the client to connect to localhost).

  "repository":
  {
     "type":"redis",
     "port":null,
     "host":null
  }
2.5.2

7 years ago

2.5.1

7 years ago

2.4.5

7 years ago

2.4.4

7 years ago

2.4.3

7 years ago

2.4.0

8 years ago

2.3.2

8 years ago

2.3.1

8 years ago

2.3.0

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.5

8 years ago

2.1.4

8 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago