npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

keycloak-nodejs-connect-cashgo

v1.0.0

Published

Keycloak Connect Middleware CashGo

Downloads

39

Readme

Adapter Node.js para integração com Keycloak

This repository is a fork of version 18.0.2 from the repository https://github.com/keycloak/keycloak-nodejs-connect. Further details about the implementation should be consulted in the original project.

Occasionally, companies may have restrictions on making the Keycloak administration console and its public keys available on a public URL.

Due to this restriction, only the URLs for token generation, based on the user's realm to be authenticated, are exposed through the API Gateway.

The need to modify the original version arises because the iss (Issuer Claim) address is different from the address where the token is validated.

For example, in the development environment, for the specific realm, the token is generated through the request curl --location 'https://auth-dev.company.com.br/users/realm-name/token' , and in this case, the JWT token's iss is https://auth-dev.company.com.br/realms/realm-name.

Therefore, the realmUrl property may contain a different base address from the iss because the token will be validated at the internal address of the K8S cluster (which is not publicly exposed).

Information about Publishing New Versions

Before publishing new versions of the package, please ensure you have the necessary access as an administrator to the CashGo organization's repository on NPM (https://www.npmjs.com/settings/cashgo).

Here are the steps to publish new versions:

1 - Log in to NPM using the terminal command npm login. Enter your NPM credentials when prompted.

2 - Whenever you make modifications to the package, increment the version following the Semantic Versioning format using the script ./set-version.sh x.y.z, where x.y.z represents the new version number.

3 - After incrementing the version, commit your changes to the repository.

4 - Finally, publish the new version to NPM using the script ./release.sh. This script will take care of the publishing process.

Following these steps will ensure that new versions of the package are properly incremented, committed, and published to the CashGo organization's repository on NPM. Always remember to follow the best practices for versioning and make sure to thoroughly test the changes before publishing a new version.

Version of nodejs

v19.7.0

Other Keycloak Projects

License