HeroicKatora / oxide-auth

A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends.
685 stars 91 forks source link

Add `Send` bound to trait object #167

Closed aumetra closed 1 year ago

aumetra commented 1 year ago

This fixes the issue reported in #166

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

aumetra commented 1 year ago

Regarding the second and third items in the list:

  1. I can totally add a test that does a Send assertion on the futures returned by the flows.
  2. I'm not entirely sure what's to document with this change, the public API hasn't changed. The endpoint already had the Send requirement