Horv
07/02/2019, 6:15 PMlocation
(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?cy
07/03/2019, 1:23 PM@location
annotation is deprecated, @Location
should be used instead.Horv
07/03/2019, 2:43 PM