-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Sketch out minimal login/logout refactor implementation Signed-off-by: Kate E. Reinecke <[email protected]> * 1st version of auth refactor building and unit tests pass Signed-off-by: Kate E. Reinecke <[email protected]> * Finish sketching out minimal login/logout refactor implementation Signed-off-by: Kate E. Reinecke <[email protected]> * 1st version of auth refactor working * More imprvements to auth refactor Signed-off-by: Kate E. Reinecke <[email protected]> * Refactor complete docs started Signed-off-by: Kate E. Reinecke <[email protected]> * UAA Auth documented and complete Signed-off-by: Kate E. Reinecke <[email protected]> * Local Auth documented and complete Signed-off-by: Kate E. Reinecke <[email protected]> * Transfer some portalProxy fields to localAuth and uaaAuth structs Signed-off-by: Kate E. Reinecke <[email protected]> * Complete Login Auth refactor. Tidy up echo routing - create session and login auth groups Signed-off-by: Kate E. Reinecke <[email protected]> * Codeclimate fixes Signed-off-by: Kate E. Reinecke <[email protected]> * Fix codeclimate issue Signed-off-by: Kate E. Reinecke <[email protected]> * Don't log error when verifying session and session not found Signed-off-by: Kate E. Reinecke <[email protected]> * More appropriate log statement for login failure Signed-off-by: Kate E. Reinecke <[email protected]> * Fix automatic merge issue * Remove need for overriding auth type and initing auth service in CF hosting plugin * CF hosted remote user working * CF hosted local users working * Fix formatting of http error * Move back manifest file * Remove InitStratosAuthService from API
- Loading branch information
Showing
29 changed files
with
1,670 additions
and
1,422 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.