the library is inspired by a javascript based libr...
# ktor
a
the library is inspired by a javascript based library called nextauth it's pretty simple and all about handling different oauth2 authentication methods... Kinda like a wrapper for many thingies I kinda wrote my own github provider and my own google provider + a custom jwt provider and I am willing to add other providers as well like microsoft and apple
b
You can follow the directions in the readme at https://github.com/ktorio/ktor-plugin-registry
s
@Abdulrahman Al Sabagh (Abudi) You also might be interested in https://github.com/mirzemehdi/KMPAuth
a
@Samuel First of all thanks for sharing! the library you provided is indeed very helpful, but I am implementing a library to handle the authenctication logic only on the serverside