cornerman / keratin-authn-scala   0.1.2

MIT License GitHub

Client library for keratin/authn-server

Scala versions: 3.x 2.13
Scala.js versions: 1.x

keratin-authn-scala

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.

Get started

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.