This is a client library for keratin/authn-server.
- Backend library (jvm-only): works similarily to the existing backend libraries like authn-node.
- Frontend library (js-only): wraps the existing authn-js.
Backend:
libraryDependencies += "com.github.cornerman" %% "keratin-authn-backend" % "0.1.0"
Frontend:
libraryDependencies += "com.github.cornerman" %%% "keratin-authn-frontend" % "0.1.0"
// You need to bundle the npm package "keratin-authn"
We additonally publish snapshot releases for every commit.