vapor-community / Imperial

Federated Authentication with OAuth providers
MIT License
153 stars 48 forks source link

async/await #94

Open proggeramlug opened 11 months ago

proggeramlug commented 11 months ago

Not perfect but a starting point. Also definitely not tested for all providers.

I need this for Twitter/X and so I thought I'll bite the bullet and make it async/await.

wibed commented 6 months ago

any update?

0xTim commented 1 month ago

Just an FYI I'm going to be doing an Imperial code sprint next week to go through all the issues and PRs

bwdmr commented 1 month ago

i did a small rewrite, in which i applied the pattern of the jwt-kit and layered oauth on top of it. if youd like to have a look: https://github.com/bwdmr/oauth-kit