Skip to content

Commit

Permalink
Add support for logging in with OAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Jun 13, 2018
1 parent a2dec23 commit 3dac4ae
Show file tree
Hide file tree
Showing 15 changed files with 6,689 additions and 34 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -20,6 +20,7 @@
If the device is not trusted, sessionStorage is used and all user data is deleted from the browser cache upon logout.
If the device is trusted, localStorage is used and user data is cached indefinitely.
- Initial support for XEP-0357 Push Notifications, specifically registering an "App Server".
- Add support for logging in via OAuth (see the [oauth_providers](https://conversejs.org/docs/html/configurations.html#oauth-providers) setting)

### Bugfixes

Expand Down
30 changes: 22 additions & 8 deletions css/converse.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3dac4ae

Please sign in to comment.