Giter Site home page Giter Site logo

Comments (4)

kgeorgy avatar kgeorgy commented on May 23, 2024

An example of JWKS file here:

{
  "keys": [
    {
      "kid": "848cb986-9d09-4985-838e-b6cb5cc320e0",
      "kty": "EC",
      "use": "sig",
      "alg": "ES256",
      "crv": "P-256",
      "x": "V029NJ-9S_iE8CeDeeegki97ve8p-9R5rb4hYv0tfhg",
      "y": "w4WjIaNL37d0E9tf5W26apDwkftkelz6jrWHhplHmfc"
    }
  ]
}

from mosquitto-jwt-auth.

wiomoc avatar wiomoc commented on May 23, 2024

This is indeed biscuit related.
https://github.com/lawliet89/biscuit/blob/53e94cd41c50cda39fd7df0a0ba68f2d3b702130/src/jws/compact.rs#L201

from mosquitto-jwt-auth.

kgeorgy avatar kgeorgy commented on May 23, 2024

Thank's for the response, I'll open a issue there. I'll let you decide if we should close this issue, or wait that it is supported in biscuit.

from mosquitto-jwt-auth.

abh avatar abh commented on May 23, 2024

(see also #14).

@kgeorgy -- can you link the issue you opened in the biscuit project?

from mosquitto-jwt-auth.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.