ChangeLog
0.3.0 (2023-11-17)
Additions
Added
40ants-openrpc/jwt:with-test-token
macro which allows to simulate "authenticated" requests using Lack test client.
0.2.0 (2023-05-27)
Changes
40ants-openrpc/server:start
function now usesopenrpc-server/clack:app-middlewares
generic-function.
Additions
Added
40ants-openrpc/client:generate-client
macro to generate client while storing remote spec in a local cache file.Added
40ants-openrpc/jwt:with-session
macro to decodeJWT
token and extract user-id and other params out of it. Also this package provides40ants-openrpc/jwt:issue-token
function which is useful for logging user in.
0.1.0 (2023-05-01)
Initial version.