Plaid can now be linked by clients.
This commit is contained in:
@@ -614,3 +614,11 @@
|
||||
|
||||
:else
|
||||
x))
|
||||
|
||||
|
||||
(defn parse-jwt [jwt]
|
||||
(when-let [json (some-> jwt
|
||||
(str/split #"\.")
|
||||
second
|
||||
base64/decodeString)]
|
||||
(js->clj (.parse js/JSON json) :keywordize-keys true)))
|
||||
|
||||
Reference in New Issue
Block a user