OAuth
Provides logins and session management for many OAuth providersThis is a module for Project Forge. It provides logins and session management for many OAuth providers.
https://github.com/kyleu/projectforge/tree/master/module/oauth
License
Licensed under CC0
Usage
- Provides OAuth sessions for the web UI
- By default, your project doesn’t require any permissions or OAuth
- To enable OAuth, set environment variables as described in the setup page at
/admin/settings
- To enable permissions, add the following code to your
appInit
function:
1 |
|