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
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-widget-sso-oauth2
- Owner: Fliplet
- Created: 2018-02-19T09:18:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T10:25:09.000Z (over 8 years ago)
- Last Synced: 2025-05-17T18:36:45.348Z (about 1 year ago)
- Topics: oauth, oauth2
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
})
```