Client Server
Although not necessary, authentication and authorization are typically done between client and server. Here we look at ways clients can use Unfurl in this way.
Node.js
There is no client code. Logging in is done by navigating the user to /login
.
A full example can be found here.
Last updated