Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 844 Bytes

0.0.8

  • clear password on login, see #29
  • fixed prevention of sending Authorization header with cross-origin requests
  • added Ember.SimpleAuth.crossOriginWhitelist to also sent Authorization header with configured cross-origin requests

0.0.7

  • use session cookies to store the session properties (see #30)

0.0.6

  • added API docs

0.0.5

  • fixed #21

0.0.4

  • made the library compliant to RFC 6749
  • added the application route mixin with login, logout, loginSucceeded, loginFailed actions
  • added callbacks for use with external OpenID/OAuth providers
  • more examples
  • added automatic token refreshing

0.0.3

  • changed header to standard Authorization instead of the custom header, see #15

0.0.2

  • fixed content type of POST /session request to be application/json, see #13

0.0.1

initial release