ovh-angular-sso-auth-modal-plugin
v2.0.1
Published
OVH SSO module - Modal plugin
Downloads
32
Maintainers
Keywords
Readme
ovh-angular-sso-auth-modal-plugin
Plugin for ovh-angular-sso-auth library. It overrides the ovh-angular-sso-auth's handleSwitchSession function, to display a modal when user switch:
- from connected to disconnected
- from disconnected to connected
- from connected to connected with other
Usage
angular.module("myApp", [... , "ssoAuth", "ssoAuthModalPlugin"])
// [OPTIONAL]
.config(function (ssoAuthModalPluginFctProvider) {
ssoAuthModalPluginFctProvider.setTranslationsPath("../bower_components/ovh-angular-sso-auth-modal-plugin/dist");
});
Contributing
You've developed a new cool feature ? Fixed an annoying bug ? We'd be happy to hear from you !
Have a look in CONTRIBUTING.md
Run the tests
npm test
Related links
- Contribute: https://github.com/ovh-ux/ovh-angular-sso-auth-modal-plugin/blob/master/CONTRIBUTING.md
- Report bugs: https://github.com/ovh-ux/ovh-angular-sso-auth-modal-plugin/issues
- Get latest version: https://github.com/ovh-ux/ovh-angular-sso-auth-modal-plugin
License
See https://github.com/ovh-ux/ovh-angular-sso-auth-modal-plugin/blob/master/LICENSE