aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/ClientFlowLoginController.php
Commit message (Expand)AuthorAgeFilesLines
* Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-1/+1
* Improve login flowRoeland Jago Douma2018-04-081-0/+38
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-1/+1
* Fix bug with proxiesMario Danic2018-01-151-1/+12
* Clear login token once apppassword is generatedRoeland Jago Douma2018-01-041-0/+3
* Fix flowMario Danic2017-11-091-1/+10
* Theming: theme flow redirection pageJulius Härtl2017-11-081-1/+1
* Update license headersMorris Jobke2017-11-061-0/+5
* Fix undefined index oauthStateMorris Jobke2017-09-061-0/+1
* Add tests for ClientFlowLoginControllerLukas Reschke2017-05-181-6/+4
* Add OAuth state to sessionLukas Reschke2017-05-181-24/+18
* use name of oauth app to identify auth tokenBjoern Schiessle2017-05-181-2/+10
* show error page if no valid client identifier is given and if it is not a API...Bjoern Schiessle2017-05-181-5/+24
* Remove special charactersLukas Reschke2017-05-181-1/+1
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-20/+72
* Update login flow redirectionMario Danic2017-05-041-1/+1
* AppToken to 72 charsRoeland Jago Douma2017-04-251-1/+1
* Do not remove the state token to earlyRoeland Jago Douma2017-04-251-1/+3
* Add new auth flowLukas Reschke2017-04-251-0/+236