LoginRadius / developer-authentication-demos

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

Create a user authentication demo in java hibernate framework #15

Closed ashish8947 closed 3 years ago

ashish8947 commented 3 years ago

Need to create a small user authentication demo using LoginRadius solution, Check our Demo Guidelines for how to make the authentication demo and Contributing Guidelines to know about the contribution flow.

Platform - Java (latest stable version) Framework - Hibernate (latest stable version) Code Folder - https://github.com/LoginRadius/developer-authentication-demos/tree/master/demos/java/hibernate

daniel-shuy commented 3 years ago

hi, I can take this

ashish8947 commented 3 years ago

@daniel-shuy Sure. Also do check out our hacktoberfest page to become eligible for swags from LoginRadius.

daniel-shuy commented 3 years ago

Just to confirm, the example should be for JavaEE (now renamed as JakartaEE) right? Since Hibernate is an ORM framework, not a web framework, but is part of the JavaEE/JakartaEE specification.

ashish8947 commented 3 years ago

Yes, the example should be for JavaEE or You can also add any other framework which is not listed too.

daniel-shuy commented 3 years ago

I decided to create an example for JakartaEE/JavaEE + MicroProfile instead (#41), as nowadays it would be pretty inconvenient to use JakartaEE without MicroProfile

daniel-shuy commented 3 years ago

hi @ashish8947, just wondering, is there a way for me to know if I am eligible for the Hacktoberfest swag?