Liking cljdoc? Tell your friends :D

persona-kit.core

cljs

Helper functions to bind useful Persona actions to UI elements.

Helper functions to bind useful Persona actions to UI elements.
raw docstring

persona-controllercljs

(persona-controller & [elem])

Bind persona-controller to any UI element that will always be loaded to setup Persona. Triggers the following JS DOM events:

:persona-kit/login :persona-kit/logout

so that your application can know when to refresh the view.

Bind persona-controller to any UI element that will always be
loaded to setup Persona. Triggers the following JS DOM events:

:persona-kit/login
:persona-kit/logout

so that your application can know when to refresh the view.
raw docstring

sign-in-buttoncljs


sign-in-controllercljs

(sign-in-controller button)

sign-out-controllercljs

(sign-out-controller elem)

valid?clj

(valid? verification-response)

Return true if the verification response confirms this user's identity.

Return true if the verification response confirms this user's identity.
raw docstring

verify-assertionclj

(verify-assertion assertion audience)

Return the raw verification response as a map.

Return the raw verification response as a map.
raw docstring

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

× close