🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@samhammer/authentication-vue

Package Overview
Dependencies
Maintainers
8
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samhammer/authentication-vue - npm Package Compare versions

Comparing version
2.5.0
to
2.5.1
+1
-0
lib/AuthPlugin.d.ts

@@ -17,2 +17,3 @@ import type { AuthOptions } from "./AuthOptions";

logout(redirectUri: string): Promise<void>;
clearStorage(): Promise<void>;
}

@@ -71,2 +71,5 @@ import Keycloak from "keycloak-js";

}
async clearStorage() {
await this.keycloak.clearStorage();
}
}

@@ -73,0 +76,0 @@ class KeycloakPlugin {

+1
-1
{
"name": "@samhammer/authentication-vue",
"version": "2.5.0",
"version": "2.5.1",
"description": "Keycloak authentication for VueJS projects",

@@ -5,0 +5,0 @@ "main": "lib/index.js",