extract domains from redirect URIs, fall back to client ID when that is not present
[authserver.git] / index.php
2016-11-16 Robert KaiserKaiRo bug 393 - Create a grouping mechanism for user...
2016-11-16 Robert KaiserKaiRo bug 392 - Create an interstitial page to confirm...
2016-11-14 Robert KaiserSecond part of KaiRo bug 371 - Make design somewhat...
2016-11-14 Robert Kaiseradd some links back to the top page so we don't get...
2016-11-02 Robert Kaiserset some security flags recommended by the Mozilla...
2016-10-29 Robert Kaisercreate an API to retrieve emails and set new clients...
2016-10-28 Robert Kaiserremove the saved redirect when it's being used, always...
2016-10-28 Robert Kaisermake login on authorize actually work and redirect...
2016-10-28 Robert Kaisermove session init into utils, re-fetch session after...
2016-10-28 Robert Kaiserfirst step in making the authorize target work correctl...
2016-10-27 Robert Kaiserlog failures and some other actions
2016-10-26 Robert Kaiserconvert AuthUtils to a non-static class and instantiate...
2016-10-26 Robert Kaisermove password functions into utils class
2016-10-26 Robert Kaisermove helper functions to an abstract class
2016-10-26 Robert Kaisermake password reset work and verify timecodes
2016-10-24 Robert Kaisermake password change work and add a time-based code...
2016-10-24 Robert Kaisermake creating users and verifying emails actually work
2016-10-24 Robert Kaiserrequire JS, set cookies, make parts of login flow work
2016-10-23 Robert Kaisersome steps to get an actual authentication going, conso...