@ltikit/hono
v1.0.0-rc.5
Published
Hono route bindings for ltikit.
Readme
@ltikit/hono
Hono route bindings for LTIkit — for edge runtimes (Cloudflare Workers, Deno, Bun) or any Hono app.
Pick one framework binding (this, @ltikit/next,
or hand-rolled). Requires @ltikit/core and
hono (peer dependency).
npm i @ltikit/core @ltikit/hono honoUsage
import { oidcLogin, launch, jwks } from '@ltikit/hono'
app.post('/api/lti/login', oidcLogin(lti, { redirectUri: `${APP_URL}/api/lti/launch` }))
app.post('/api/lti/launch', launch(lti, async (result, c) => c.redirect('/home')))
app.get('/.well-known/jwks.json', jwks(lti))Docs
Links
Repository · Issues · Need help? — paid setup/integration help available.
MIT
