-
- Downloads
#### **1.0.2 (April 22th, 2016)**
FIXES: * Cleaned up a lot of code base to make this simplier * Fixed elements in the refresh tokens and simplified the controller * Removed of the code out from methods into functions to reduce the dependencies (unit testing is easier as well) * Fixed how the refresh tokens are implemented, i was somewhat confused between refresh token and offline token * Fixed the encryption key length, must be either 16 or 32 for aes-128/256 selection FEATURES: * Added the ability to store the refresh token in either local boltdb file or a redis service rather than an encrypted cookie (note, the token regardless is encrypted) * Added a /oauth/logout endpoint to logout the user * Added a /oauth/login (niche requirement) to provide grant_type=password requests TODO: * Really need to mock a oauth server to simplify the unit tests BREAKING CHANGES: * Changed the following configuration options to conform to their command line equivalents - refresh_sessions -> refresh-sessions - discovery_url -> discovery-url - redirection_url -> redirection-url - tls_ca_certificate -> tls-ca-certificate - tls_private_key -> tls-private-key - tls_cert -> tls-cert - log_json_format -> log-json-format - log_requests -> log-requests - forbidden_page -> forbidden-page - sign_in_page -> sign-in-page - secret -> client-secret
Showing
- CHANGELOG.md 33 additions, 1 deletionCHANGELOG.md
- Godeps/Godeps.json 74 additions, 21 deletionsGodeps/Godeps.json
- Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml 2 additions, 0 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml
- Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md 12 additions, 1 deletion...ps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md
- Godeps/_workspace/src/github.com/Sirupsen/logrus/README.md 29 additions, 4 deletionsGodeps/_workspace/src/github.com/Sirupsen/logrus/README.md
- Godeps/_workspace/src/github.com/Sirupsen/logrus/entry.go 1 addition, 1 deletionGodeps/_workspace/src/github.com/Sirupsen/logrus/entry.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/entry_test.go 0 additions, 77 deletions...s/_workspace/src/github.com/Sirupsen/logrus/entry_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go 0 additions, 50 deletions...ce/src/github.com/Sirupsen/logrus/examples/basic/basic.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go 0 additions, 30 deletions...pace/src/github.com/Sirupsen/logrus/examples/hook/hook.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/formatter.go 6 additions, 9 deletions...ps/_workspace/src/github.com/Sirupsen/logrus/formatter.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/formatter_bench_test.go 0 additions, 98 deletions...ce/src/github.com/Sirupsen/logrus/formatter_bench_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash.go 0 additions, 61 deletions...ithub.com/Sirupsen/logrus/formatters/logstash/logstash.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash_test.go 0 additions, 52 deletions....com/Sirupsen/logrus/formatters/logstash/logstash_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/hook_test.go 0 additions, 122 deletions...ps/_workspace/src/github.com/Sirupsen/logrus/hook_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/README.md 0 additions, 39 deletions...ace/src/github.com/Sirupsen/logrus/hooks/syslog/README.md
- Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go 0 additions, 61 deletions...ace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog_test.go 0 additions, 26 deletions...rc/github.com/Sirupsen/logrus/hooks/syslog/syslog_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter_test.go 0 additions, 120 deletions...ace/src/github.com/Sirupsen/logrus/json_formatter_test.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/logrus.go 46 additions, 1 deletionGodeps/_workspace/src/github.com/Sirupsen/logrus/logrus.go
- Godeps/_workspace/src/github.com/Sirupsen/logrus/logrus_test.go 0 additions, 301 deletions.../_workspace/src/github.com/Sirupsen/logrus/logrus_test.go
Loading
Please register or sign in to comment