An open API service indexing awesome lists of open source software.

https://github.com/fliplet/fliplet-widget-sso-oauth2

SSO component for configuring OAuth2 on Fliplet
https://github.com/fliplet/fliplet-widget-sso-oauth2

oauth oauth2

Last synced: 22 days ago
JSON representation

SSO component for configuring OAuth2 on Fliplet

Awesome Lists containing this project

README

          

# Fliplet SSO OAuth2 App Component

```js
Fliplet.Widget.get('com.fliplet.sso.oauth2')
.authorize({ foo: 'bar' })
.then(function onAuthorized() {
// all good
})
.catch(function onError(err) {
// woop woop
})
```