custom authentication and authorization DB tables and packages
cardelMar 18 2012 — edited Aug 3 2013I would like to build custom authentication for my APEX 4.1 application.
I need only some basic actions and functionallity.
My idea:
tables USER, ROLES, USER_ROLES and some action package and pages over these tables (create user, grant role, authenticate, change password, enable/disable account etc...)
Before I start with writing this litle "authentication framework" I would like to ask you if you know about some existing solutions.
I would like to use some existing framework, verified solution and save some time :-)
Thank you for some tips...