With Vaadin 8 being released and so much of the framework’s API changing, I wonder:
- Is OAuth 2 still the modern way to access 3rd-party authentication services such as "Sign-in" with Google, Facebook, Microsoft, etc. ?
- If so, does Vaadin 8 support such authentication services?
I am looking only for authenticating users logging into my Vaadin 8 web app, no authorization needed.