brokenhandsio / vapor-oauth

OAuth2 Provider Library for Vapor
MIT License
130 stars 16 forks source link

Migrate to Vapor 4 #8

Closed marius-se closed 1 year ago

marius-se commented 1 year ago

This PR migrates the entire library to Vapor 4. There is an example project over here.

Note: There is more work to do:

  1. Two of the integration tests are currently commented/ not in use/ don't pass - but I plan to revive them soon!
  2. The readme needs to be updated
  3. Currently the OAuthUser is a very opinionated class. We should consider changing this to a generic type/ protocol.
0xTim commented 1 year ago

Going to merge this now, we can iterate on it going forward