1.1.6 • Published 3 years ago

node-express-woologin v1.1.6

Weekly downloads
19
License
ISC
Repository
-
Last release
3 years ago

Node Express Woologin

Library for client applications for using WooUser SSO system.

Installation

Use the npm to install foobar.

npm install woologin

Usage

Authorization

const woologin = require("node-express-woologin");

router.post('/list', woologin.auth, async (req, res) => {
   ...
})

User Router

const woologin = require("node-express-woologin");

app.use('/user', woologin.userRouter);

/**
 * Will be awailable after set
 * http://localhost:5000/user/sso
 * http://localhost:5000/user/logout
 * http://localhost:5000/user/verify 
 */

License

MIT

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago