Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
/ clj-workos Public archive

Clojure(Script) wrapper for WorkOS, workos-kotlin based

License

Notifications You must be signed in to change notification settings

moclojer/clj-workos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-workos

Clojure(Script) wrapper for WorkOS, workos-kotlin based

⚠️ project is no longer being maintained

example

envs:

  • WORKOS_API_KEY
  • WORKOS_CLIENT_ID
  • WORKOS_REDIRECT_URL
(ns example.core
  (:require [workos.sso :as sso]
            [workos.passwordless :as passwordless]))
  
(sso/send-magic-link "[email protected]")
(passwordless/get-profile-toekn "TOKEN_FROM_MAGIC_LINK")

About

Clojure(Script) wrapper for WorkOS, workos-kotlin based

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published