Skip to content

Commit

Permalink
breaking(): no need to export getKeycloak() as the keycloak instance …
Browse files Browse the repository at this point in the history
…is exposed in useKeycloak()
  • Loading branch information
JoseGoncalves committed Oct 4, 2023
1 parent fcfef2c commit 0f04e4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ app.use(vueKeycloak, async () => {
})
```

> It is also possible to access the keycloak instance with `getKeycloak()`
## getToken

This function checks if the token is still valid and will update it if it is expired.
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
* https://www.keycloak.org/docs/latest/securing_apps/#_javascript_adapter
*/

export { getToken, getKeycloak } from './keycloak'
export { getToken } from './keycloak'
export * from './composable'
export * from './plugin'

0 comments on commit 0f04e4c

Please sign in to comment.