-
- Downloads
StEP-366: Add OAuth2 support to Stud.IP
Closes #1035 and #1198 Merge request studip/studip!635
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- app/controllers/admin/oauth2.php 46 additions, 0 deletionsapp/controllers/admin/oauth2.php
- app/controllers/api/oauth2/applications.php 101 additions, 0 deletionsapp/controllers/api/oauth2/applications.php
- app/controllers/api/oauth2/authorize.php 175 additions, 0 deletionsapp/controllers/api/oauth2/authorize.php
- app/controllers/api/oauth2/clients.php 166 additions, 0 deletionsapp/controllers/api/oauth2/clients.php
- app/controllers/api/oauth2/oauth2_controller.php 52 additions, 0 deletionsapp/controllers/api/oauth2/oauth2_controller.php
- app/controllers/api/oauth2/token.php 29 additions, 0 deletionsapp/controllers/api/oauth2/token.php
- app/views/admin/oauth2/_clients.php 79 additions, 0 deletionsapp/views/admin/oauth2/_clients.php
- app/views/admin/oauth2/_notices.php 10 additions, 0 deletionsapp/views/admin/oauth2/_notices.php
- app/views/admin/oauth2/_setup.php 17 additions, 0 deletionsapp/views/admin/oauth2/_setup.php
- app/views/admin/oauth2/_setup_key.php 28 additions, 0 deletionsapp/views/admin/oauth2/_setup_key.php
- app/views/admin/oauth2/index.php 14 additions, 0 deletionsapp/views/admin/oauth2/index.php
- app/views/api/oauth/authorize.php 6 additions, 5 deletionsapp/views/api/oauth/authorize.php
- app/views/api/oauth2/applications/details.php 24 additions, 0 deletionsapp/views/api/oauth2/applications/details.php
- app/views/api/oauth2/applications/index.php 52 additions, 0 deletionsapp/views/api/oauth2/applications/index.php
- app/views/api/oauth2/authorize.php 60 additions, 0 deletionsapp/views/api/oauth2/authorize.php
- app/views/api/oauth2/clients/add.php 86 additions, 0 deletionsapp/views/api/oauth2/clients/add.php
- cli/Commands/OAuth2/Keys.php 68 additions, 0 deletionscli/Commands/OAuth2/Keys.php
- cli/Commands/OAuth2/Purge.php 58 additions, 0 deletionscli/Commands/OAuth2/Purge.php
- cli/studip 2 additions, 0 deletionscli/studip
Loading
Please register or sign in to comment