https://kotlinlang.org logo
Title
h

Horv

07/02/2019, 6:15 PM
As I've understood it
location
(in terms of routing) is being deprecated? All oauth examples I can find utilizes that quite heavily and I'm a bit new to Ktor to know my way around things. Anyone can point me to an example of OAuth implementation that doesn't depend on
location
and such?
😮 1
Or I might be confused, but found this issue: https://github.com/ktorio/ktor/issues/688
c

cy

07/03/2019, 1:23 PM
Locations feature is not deprecated.
@location
annotation is deprecated,
@Location
should be used instead.
h

Horv

07/03/2019, 2:43 PM
Ah, I see! Thanks. I did manage without it eventually after better understanding Ktor routing