Liking cljdoc? Tell your friends :D

hydrogen.module.cljs for Duct

It implements two modules for Duct. hydrogen.module.cljs.core brings in config for doing SPAs and hydrogen.module.cljs.session further enriches it to support OIDC-based session management.

Installation

To install, add the following to your project :dependencies:

[hydrogen/module.cljs "0.1.0"]

Usage

For SPA:

{:hydrogen.module.cljs/core {}}

For SPA with session management:

{:hydrogen.module.cljs/core {}
 :hydrogen.module.cljs/session {}}

License

Copyright (c) Magnet S Coop 2019.

The source code for the library is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close