JavaFX is a software platform that gives developers the ability to create desktop and internet applications. It was originally created as an alternative to Swing.
Using a desktop framework like JavaFx to enforce authorization standards like OAuth 2.0 can be a complex process. Usually, authorization flows need to be redirected from a specific URL, and finding the redirect in JavaFX’s browser is practically unimaginable. There is no way to communicate with the external process through Java’s default browser (java.awt.Desktop.browse(URI)).
from DZone.com Feed https://ift.tt/2OO0x8X
No comments:
Post a Comment