I am currently using JOpenID 1.07 in one of my running web applications in order to authenticate and track users using their Google or Yahoo ID.
But, as OpenID 2.0 has been deprecated by Google and will be shut down after 20th April, I am really getting no clue what to do in order to be able to log in to the app after April 20th?
My question is, can JOpenID be used for OpenID authentication for OpenID Connect? Is there any change in code in my app that is needed for migrating my app with OpenID Connect using JOpenID? Or, is there any updated version of JOpenID for OpenID Connect?
My current application is running with OpenID authentication using JOpenID. Any idea or resources that could help me here?