storage

A Mongo Storage backend for https://github.com/ory/fosite

APACHE-2.0 License

Stars
20
storage -

Published by matthewhartstonge about 7 years ago

  • Updates Storer interface to include the now existing concrete implementations of RevokeRefreshToken and RevokeAccessToken
  • Adds an edge case test for a single hostname in hostnames
storage - v0.5.0

Published by matthewhartstonge about 7 years ago

  • Opened the user model up to accept passwords via JSON/XML payloads.

Ensure that on all API routes, if using the model directly, to either cast attributes to a response struct that does
not contain a password attribute or clear out the password field before sending the response.

storage - v0.3.1

Published by matthewhartstonge over 7 years ago

Bugfixes:

  • Users
    • Fixes an issue in GetUser() where error checking err != mgo.ErrNotFound should have been err == mgo.ErrNotFound
    • Fixes error handling being over generous with multi-returns of errors.withstack(errors.withstack(...))
storage - 0.3.0

Published by matthewhartstonge over 7 years ago

Adds support for fosite v0.9.0

storage -

Published by matthewhartstonge over 7 years ago

Fixes bug related to findSessionBySignature where mgo requires a MongoRequest struct that has been malloc'd

storage -

Published by matthewhartstonge over 7 years ago

Make all marshalling conform to JS/JSON camelCase convention

storage -

Published by matthewhartstonge over 7 years ago

General pre-release!