This repo provides a lib for interacting with NuID APIs within Clojure applications.
Read the latest lib docs or checkout the NuID platform docs for API docs, guides, video tutorials, and more.
{:deps
{nuid/sdk {:git/url "https://github.com/NuID/sdk-clojure"
:sha "..."}}}
Or from clojars:
{:deps
{nuid/sdk {:mvn/version "0.3.0"}}}
[nuid/sdk "0.3.0"]
nuid/sdk {:mvn/version "0.3.0"}
compile 'nuid:sdk:0.3.0'
<dependency>
<groupId>nuid</groupId>
<artifactId>sdk</artifactId>
<version>0.3.0</version>
</dependency>
Example ring handler.
For a more detailed example visit the Integrating with NuID guide and the accompanying examples repo. A clojure-specific code example is coming soon.
;; TODO
You'll need the following dependencies on your system:
You can invoke the tests using make test
. On your first run you'll be prompted
for the Auth API Host and Key.
Bug reports and pull requests are welcome on GitHub at https://github.com/NuID/sdk-clojure.
The gem is available as open source under the terms of the MIT License.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close