I have created a sample application in Oracle JET
which would route to the homepage upon login.
I want to validate the user credentials(username and password) with the table in the database using RESTful
web services and only upon successful validation I want the application to be routed to the homepage.
Since I am new to Oracle JET
and have less knowledge about integrating and validating user input with the data in the database, it would be a great if someone could help me with this. Thank you.