Hi, I'm migrating a Ktor server from 1.6 to 2.0. T...
# ktor
s
Hi, I'm migrating a Ktor server from 1.6 to 2.0. The migration guide doesn't mention anything about the new interface to AuthenticationProvider. Can anyone point me to an example that has been migrated?
plus1 2
a
Here is an example.
s
Hi, thanks for the answer, but that doesn't demonstrate how to implement an AuthenticationProvider. I have a simple secret AuthenticationProvider. That example just shows how to use a BasicaAuthenticationProvider.
a
Could you please describe the behavior of your secret AuthenticationProvider so I could write an example?
s