UNPKG

svk-keycloak

Version:

Sveltekit's middleware for authenticating with Keycloak using OIDC authorization code flow.

24 lines (23 loc) 741 B
{ "name": "svk-keycloak", "version": "1.0.1", "description": "Sveltekit's middleware for authenticating with Keycloak using OIDC authorization code flow.", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:kitinon/svk-keycloak.git" }, "keywords": ["SvelteKit", "Keycloak", "authentication", "authorization", "security", "middleware", "handle", "OIDC", "OAuth 2.0", "authentication code flow"], "author": "Kitinon W., Kridsanapong B.", "license": "ISC", "dependencies": { "loglevel": "^1.8.0", "openid-client": "^5.1.9", "wildcard-match": "^5.1.2", "zencrypt": "^0.0.7" } }