https://kotlinlang.org logo
#ktor
Title
b

bolot

08/17/2017, 2:23 PM
JWP or JWT?
o

orangy

08/17/2017, 2:46 PM
JWT of course, thanks, fixed 🙂
b

bolot

08/17/2017, 2:49 PM
I’ve written one that mimics the pattern of the form auth in ktor-samples
was thinking about writing a blog post about it and posting on github
would love feedback
it uses auth0's libraries
so not sure how it would generalize
o

orangy

08/17/2017, 3:06 PM
What is auth0 license? If it’s free to use, with a good license, we can make a separate module that provides support by using these libs.
b

bolot

08/17/2017, 3:13 PM
o

orangy

08/17/2017, 3:21 PM
Could you share the code so I can integrate it?
b

bolot

08/17/2017, 3:27 PM
sure
is this in line with what you were looking for?
o

orangy

08/27/2017, 10:13 PM
Sorry for delay, have been busy with other stuff. It’s more or less, but needs some work. I will pick it up next after ConnectionNegotiation feature I’m working on.
b

bolot

08/28/2017, 2:51 PM
👍 sounds good. Let me know how I can help