Commit Graph

  • 3091e92be3 Update inth-oauth2 dep master xenia 2019-08-18 22:51:30 -0400
  • 0d37186654 Use derive feature of serde instead of serde_derive Matthew Scheirer 2018-12-23 23:45:56 -0500
  • c689a92dfa rustfmt 2018 formatting Matthew Scheirer 2018-12-17 19:01:20 -0500
  • 58b5cce552 Update docs and version Matthew Scheirer 2018-12-06 17:25:23 -0500
  • 428a00170f 0.2.0 - now on Rust 2018, uses Failure, adds support for Yahoo and Microsoft accounts Matthew Scheirer 2018-12-06 17:16:19 -0500
  • 6edce8f750 Update to rust 2018 Matthew Scheirer 2018-12-06 15:18:06 -0500
  • 7f52719948 Updating to Rust 2018 - about to fix Matthew Scheirer 2018-12-06 14:46:36 -0500
  • bebb3820ea Add .gitlab-ci.yml Zanny 2018-12-01 03:14:39 +0000
  • 14680c219f Sadly, userinfo endpoints don't need to have sameorigin with the issuer - so we can't protect against forgeries by checking origins Matthew Scheirer 2018-11-23 13:15:40 -0500
  • 72b30bd9b0 Use my zanny email for consistency :p Matthew Scheirer 2018-10-30 08:48:52 -0400
  • 64a7e7bbae Add extra metadata to manifest Matthew Scheirer 2018-10-30 08:45:53 -0400
  • 602275fcd0 Update deps, release 0.1.0 Matthew Scheirer 2018-10-30 08:34:55 -0400
  • e25c1b5b34 Update deps, use patch for biscuit Matthew Scheirer 2018-08-01 23:11:08 -0400
  • fddacdfb6a Update deps Matthew Scheirer 2018-01-04 13:21:54 -0500
  • 7bb71aa7fe Add serialize support to userinfo (ex to write it to a database) Matthew Scheirer 2017-11-15 22:52:50 -0500
  • 3c802be578 Avoid 3 value bools in userinfo Matthew Scheirer 2017-10-24 09:01:28 -0400
  • 4d7a82e456 Userinfo birthdate should map to NaiveDate Matthew Scheirer 2017-10-23 22:36:48 -0400
  • a9200c17ac Update dependencies Matthew Scheirer 2017-10-23 20:13:08 -0400
  • 6861617e1a Reexport claims struct to avoid downstream deps on biscuit Matthew Scheirer 2017-10-07 19:53:25 -0400
  • b684baa89f authenticate takes just the params it needs rather than all of an Options Matthew Scheirer 2017-09-25 17:10:32 -0400
  • 198439ab38 Change unwraps to expects in library code - they should still NEVER fail Matthew Scheirer 2017-09-24 14:16:31 -0400
  • 08df147f5c Add redirect url getter to client Matthew Scheirer 2017-09-23 22:37:04 -0400
  • f4cf2fcea3 Make oauth pub in the client to access internals Matthew Scheirer 2017-09-23 13:19:05 -0400
  • b3012f1940 More documentation Matthew Scheirer 2017-09-19 13:32:01 -0400
  • 65ca0b4fd3 More docs more defaults Matthew Scheirer 2017-09-19 11:54:57 -0400
  • c6ee77755c client tests Matthew Scheirer 2017-09-17 22:55:03 -0400
  • badd0b6a05 Moar tests! Matthew Scheirer 2017-09-17 22:44:44 -0400
  • 3e71047f42 Holy moley... all the Optional Json fields needed #[serde(default)] on them. Talk about boilerplate... Matthew Scheirer 2017-09-17 22:40:28 -0400
  • 50de2dacb3 impl error::cause Matthew Scheirer 2017-09-17 18:59:06 -0400
  • 6240163e5e impld error and display for all errors Matthew Scheirer 2017-09-17 16:47:13 -0400
  • 3886d27cba Started docs Matthew Scheirer 2017-09-16 23:32:41 -0400
  • 6b69d34ac8 First complete impl without warns Matthew Scheirer 2017-09-16 21:28:55 -0400
  • 08d7765644 Saving the generic token - just going to make it always Expiring Matthew Scheirer 2017-09-16 20:54:53 -0400
  • d0954586c9 Storing error_chain version before trashing it Matthew Scheirer 2017-09-16 14:44:55 -0400