2.0.1 • Published 7 years ago

ovh-angular-sso-auth-modal-plugin v2.0.1

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
7 years ago

ovh-angular-sso-auth-modal-plugin

OVH component

NPM

Maintenance Chat on gitter Build Status

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

License

See https://github.com/ovh-ux/ovh-angular-sso-auth-modal-plugin/blob/master/LICENSE

2.0.1

7 years ago

2.0.0

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.13

7 years ago