Open sejr opened 4 years ago
This issue tracks features for the WebAuthentication module.
Vapor obviously has extensive authentication support already; it will be important for this module to compliment that work.
OAuth 2.1 might be a thing that worth consideration.
OAuth 2.1
@karimhm Definitely! I do still want to be able to correctly support providers that rely on legacy flows (with appropriate warnings), but generally will include everything necessary for 2.1 compliance.
This issue tracks features for the WebAuthentication module.
HTTP Basic Authentication
HTTP Digest Authentication
Web Authentication API
OAuth2 + OpenID Connect
Vapor support
Vapor obviously has extensive authentication support already; it will be important for this module to compliment that work.