File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# oidc-client
22
3- Library to provide client-side browser-based JavaScript applications OIDC and OAuth2 protocol support.
3+ Library to provide OpenID Connect ( OIDC) and OAuth2 protocol support for client-side, browser-based JavaScript client applications .
44Also included is support for user session and access token management.
55
66## Install
7+
78Use ** npm**
89
910` npm install oidc-client --save `
1011
1112If you don't use a package manager, then you can get the library from the ` dist ` folder on github [ here] ( dist/oidc-client.js ) .
1213
1314## Building the Source
15+
1416```
1517git clone https://github.com/IdentityModel/oidc-client-js.git
1618cd oidc-client
@@ -19,14 +21,17 @@ npm run build
1921```
2022
2123## Running the Sample
24+
2225` npm start `
2326
2427and then browse to [ http://localhost:5000 ] ( http://localhost:5000 ) .
2528
2629## Running the Tests
30+
2731` npm test `
2832
2933## Docs
34+
3035Some initial docs are [ here] ( wiki ) .
3136
3237## Feedback, Feature requests, and Bugs
You can’t perform that action at this time.
0 commit comments