Hi,
Is it possible to redirect to a custom login page(if the user is not authenticated) and use oauth to generate the user token instead of using default login popup?
Something similar to logout redirect
logout: {
redirect: "https://xyz.com/",
},
but for login?
Thanks!
I want to use custom user authentication to authenticate based on a database check,
but if the user is not logged in it shows the default node-red login screen.
Is it possible to show a custom login screen if the user is not logged in?
No. That is not something that is possible today.
I'm sure it could be added - just needs someone to spell out the requirements and propose a design.