Add AuthenticationConverter interface #5338
Labels
in: docs
An issue in Documentation or samples
in: web
An issue in web modules (web, webmvc)
type: enhancement
A general enhancement
Based on the discussion in #5328 add an
AuthenticationConverter
interface that is used within theAuthenticationWebFilter
. This interface should look likeThen retrofit
ServerFormLoginAuthenticationConverter
,ServerHttpBasicAuthenticationConverter
, andServerOAuth2LoginAuthenticationTokenConverter
to implementAuthenticationConverter
.Deprecate the existing
and add a new method
The text was updated successfully, but these errors were encountered: