[DRAFT] Add async/await support for oxide-auth-async#165
[DRAFT] Add async/await support for oxide-auth-async#165FrancisMurillo wants to merge 2 commits into197g:masterfrom
oxide-auth-async#165Conversation
|
On a general note: I'd actually rather replace the actix bindings with fully asynchronous ones rather than have two separate packages for it, if that sounds appropriate. |
I tried doing in a separate crate first to see if there might be any issues with types and compatibility. I did have a problem with the actix actor example since the current implementation of |
cba541a to
35400c1
Compare
|
@HeroicKatora So this is kinda my async use case. (Mine was |
|
@HeroicKatora Okay, I have tried several attempts to make |
|
I don't want to bother anyone here (this PR is obviously inactive), but I do have a updated fork of this PR with some very small improvements (the largest being the addition of the async However, it should be noted that my fork is only for a personal side-project; I will almost certainly will not submit my own PR (or try to help with this PR), as I do not feel like I have either the time or experience (in Rust or in OAuth) to help in any significant way. |
This changes/fixes/improves …
oxide_auth_asyncandoxide_auth_actix? #163)Still fixing the main example work and adding another example to show explicit async/await usage
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.