Hi guys,
We have Oracle APEX App.
We now intend to add following features
User registration are we able to store the user password as blob ?(will not able to login before approve)
User Login with the above registered and approved account.
In the Login session we are able to capture the user login id and append the data with the id so that user will only be shown their own data securely perhaps with the SQL (WHERE userid = current_identity.id)
I tried to search and not able to find any implemented example.
Can someone point to right direction is the APEX is the right tech for this or we need to get Flask with JWT token to achieve above goal.
Thank you