Skip to content

Commit

Permalink
some doku improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
smancke committed Jan 19, 2019
1 parent bfd3354 commit 7ce7f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## v1.3.0

* __*ATTENTION:*__ Added a config option to set the secure flag for cookies (default: -secure-secure=true). If you run unsecure HTTP you have to set this option ot false!!!
* __*ATTENTION:*__ Added a config option to set the secure flag for cookies (default: -cookie-secure=true). If you run unsecure HTTP you have to set this option ot false!!!
* __Google OAuth provider now uses the google userinfo endpoint. No need to activate the google+ APIs anymore.__
* __Added Gitlab OAuth Provider__
* The GET endpoint now returns the user info if the call accepts JSON
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Please update loginsrv to v1.3.0 if you are using google login.

__** Attention: Since v1.3.0, pure HTTP is not supported by default **__

See [CHANGELOG](CHANGELOG.md#v130) for details.
Since v1.3.0, loginsrv sets the secure flag for the login cookie. So, if you use HTTP fo connect with the browser, e.g. for testing, you browser will ignore the cookie.
Use the flag `-cookie-secure=false` when testing without HTTPS.

## Abstract

Expand Down

0 comments on commit 7ce7f7c

Please sign in to comment.