IdentityModel / oidc-token-manager

Apache License 2.0
51 stars 36 forks source link

What is different between oidc-token-manager and oidc-client? #5

Closed mikeandersun closed 9 years ago

mikeandersun commented 9 years ago

It seems they are the same.

leastprivilege commented 9 years ago

the client wraps the oidc/oauth protocol interactions. The token manager adds token management to it - like renewing a token etc.