IdentityModel / oidc-token-manager

Apache License 2.0
51 stars 36 forks source link

Single sign-out #69

Closed Astimus closed 7 years ago

Astimus commented 7 years ago

At this time I'm using this library in two my angular applications. And I want to implement single sign-out functionallity. Is there any examples of how to implement this feature? Does this library support this feature? Or do I need to use some type of workaround? Maybe new library oidc-client support this feature and better to migrate my current applications to new library?

brockallen commented 7 years ago

This library is deprecated -- you should be using oidc-client instead: https://github.com/IdentityModel/oidc-client-js/.