sejr / swift-authentication

Swift Authentication helps you build secure authentication systems with Swift.
5 stars 0 forks source link

WebAuthentication: Tracking Issue #4

Open sejr opened 4 years ago

sejr commented 4 years ago

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.

karimhm commented 4 years ago

OAuth 2.1 might be a thing that worth consideration.

sejr commented 4 years ago

@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.