/camel-jwt

Primary LanguageJavaApache License 2.0Apache-2.0

camel-jwt: Example camel component

This is a camel component I wrote to use with my realworld.io backend camel example application.

This component only supports the required none and HS256 algorithms.

To build, run:

    mvn clean install

Although it's meant as an example, and thus very limited, I tried my best to write it just like I would write a production quality component.

I tried to cover as much code as possible with unit tests, especially all the mistakes I made while coding.

Being a limited example, much functionality could be added, such as:

But, within its limits, this component should be usable.

This component is written for camel 3.20. For the actual work it uses the jose4j library.