-
Notifications
You must be signed in to change notification settings - Fork 185
feat: try to download license key when log in from splash screen #21981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: try to download license key when log in from splash screen #21981
Conversation
Test Results1 240 files 1 240 suites 1h 17m 0s ⏱️ Results for commit 2c1fc79. ♻️ This comment has been updated with latest results. |
When pressing the login button on the splash screen, redirects the user to the vaadin.com license validation endpoint and polls license server to download a license key. If the license key is available the application browser page gets reloaded. Otherwise an error message is shown.
63931bb
to
440f1ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
) * feat: try to download license key when log in from splash screen When pressing the login button on the splash screen, redirects the user to the vaadin.com license validation endpoint and polls license server to download a license key. If the license key is available the application browser page gets reloaded. Otherwise an error message is shown. * Apply suggestions from code review --------- Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
) * feat: try to download license key when log in from splash screen When pressing the login button on the splash screen, redirects the user to the vaadin.com license validation endpoint and polls license server to download a license key. If the license key is available the application browser page gets reloaded. Otherwise an error message is shown. * Apply suggestions from code review --------- Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
) * feat: try to download license key when log in from splash screen When pressing the login button on the splash screen, redirects the user to the vaadin.com license validation endpoint and polls license server to download a license key. If the license key is available the application browser page gets reloaded. Otherwise an error message is shown. * Apply suggestions from code review --------- Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
) * feat: try to download license key when log in from splash screen When pressing the login button on the splash screen, redirects the user to the vaadin.com license validation endpoint and polls license server to download a license key. If the license key is available the application browser page gets reloaded. Otherwise an error message is shown. * Apply suggestions from code review --------- Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
) * feat: try to download license key when log in from splash screen When pressing the login button on the splash screen, redirects the user to the vaadin.com license validation endpoint and polls license server to download a license key. If the license key is available the application browser page gets reloaded. Otherwise an error message is shown. * Apply suggestions from code review --------- Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
) * feat: try to download license key when log in from splash screen When pressing the login button on the splash screen, redirects the user to the vaadin.com license validation endpoint and polls license server to download a license key. If the license key is available the application browser page gets reloaded. Otherwise an error message is shown. * Apply suggestions from code review --------- Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
This ticket/PR has been released with Vaadin 24.9.0-alpha4. |
When pressing the login button on the splash screen, it redirects the user to the vaadin.com license validation endpoint and polls the license server to download a license key. If the license key is available the application browser page gets reloaded. Otherwise an error message is shown.