posts found in this keyword

    Allan 19 articles

    Privacy - it really matters

    Privacy - it really matters

    By Allan

    Do you know what data is collected and used from any websites you visit? Ctrl Tilde has decided that what we collect should be public. 🤯 We measure visitors to our website using Plausible Analytics, an open-source and privacy-friendly alternative that doesn't come from the adtech world. Plausible records

    JWKs and node-jose

    JWKs and node-jose

    By Allan

    After weeks of searching for documentation and examples on how to use node-Jose for: * Create an endpoint to expose the public part of the keys * Create an endpoint that returns a signed JWT with those keys * Validate the token issued as a client * Rotate the keys by an endpoint I

    How to Delete a Key From an Object in JavaScript or Node.js

    How to Delete a Key From an Object in JavaScript or Node.js

    By Allan

    Deleting keys from an object may happen in a handful of situations. Like, in case a request contains a key-value pair that isn’t allowed to be part of the request and you still want to handle that request. You can then delete the keys not being allowed and proceed