New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

keycloak-js

Package Overview
Dependencies
Maintainers
4
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keycloak-js - npm Package Compare versions

Comparing version 26.1.2 to 26.2.0

LICENSE.txt

19

package.json
{
"name": "keycloak-js",
"version": "26.1.2",
"version": "26.2.0",
"type": "module",
"description": "A client-side JavaScript OpenID Connect library that can be used to secure web applications.",
"scripts": {
"lint": "standard",
"guides": "node docs/guides/guides.mjs $npm_package_version"
},
"exports": {

@@ -35,3 +39,12 @@ ".": {

"authentication"
]
}
],
"standard": {
"ignore": [
"lib/*"
]
},
"devDependencies": {
"jszip": "^3.10.1",
"standard": "^17.1.2"
}
}
# Keycloak JS
The documentation can be found in the [Keycloak documentation](https://www.keycloak.org/securing-apps/javascript-adapter).
Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
This repository contains the client-side JavaScript library that can be used to secure web applications and integrate them with Keycloak.
## Help and Documentation
* [Documentation](https://www.keycloak.org/documentation.html)
* [Keycloak JavaScript adapter guide](https://www.keycloak.org/securing-apps/javascript-adapter) - The specific guide for this client
* [User Mailing List](https://groups.google.com/g/keycloak-user) - Mailing list for help and general questions about Keycloak
## Reporting Security Vulnerabilities
If you've found a security vulnerability, please look at the [instructions on how to properly report it](http://www.keycloak.org/security.html)
## Reporting an issue
If you believe you have discovered a defect in the keycloak-js adapter please open an issue in our [Issue Tracker](https://github.com/keycloak/keycloak-js/issues).
Please remember to provide a good summary, description as well as steps to reproduce the issue.
The tracker can also be used for feature and enhancement requests.
## Getting started
To start with the keycloak-js adapter please try one of our [quickstarts](https://github.com/keycloak/keycloak-quickstarts).
For more details refer to the [Keycloak Documentation](https://www.keycloak.org/documentation.html).
## Contributing
Before contributing to keycloak-js adapter please read our [contributing guidelines](CONTRIBUTING.md).
## Other Keycloak Projects
* [Keycloak](https://github.com/keycloak/keycloak) - Keycloak Server and Java adapters
* [Keycloak QuickStarts](https://github.com/keycloak/keycloak-quickstarts) - QuickStarts for getting started with Keycloak
* [Keycloak Docker](https://github.com/keycloak/keycloak-containers) - Docker images for Keycloak
* [Keycloak Node.js Adapter](https://github.com/keycloak/keycloak-nodejs-connect) - Keycloak adapter for Node.js
## License
* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc