LoginRadius / developer-authentication-demos

Awesome authentication demos using LoginRadius
MIT License
6 stars 10 forks source link

Add Java MicroProfile example #41

Closed daniel-shuy closed 3 years ago

daniel-shuy commented 3 years ago

Checklist

Description of change

Please provide a small description of what you did.

Example using Java Microprofile + Jakarta EE frameworks

daniel-shuy commented 3 years ago

Thanks for submitting the demo. Please add prerequisites for running the demo

Done, I've added a Prerequisites section.

define steps more clear in the README.md file.

The steps to run the demo is really that simple, all it takes is a single command:

mvn clean package tomee-embedded:run

or are you referring to the configuration steps? I copied the Getting Credentials section from the Node.js Express example. I noticed the guide "document" to get the API credentials from LoginRadius Dashboard is missing. Do you know if there is any existing documentation for that?