login
login copied to clipboard
Add-on implementing User Login, Registration, Management and Password
Steps to reproduce: - Have an application with more complex model structure (multiple hasOnes, hasManys) - Set-up just one rule and activate ACL by setACL(); Issue: - Database traffic is...
here is example of SQL server handling https://docs.microsoft.com/en-us/sql/master-data-services/overlapping-model-and-member-permissions-master-data-services?view=sql-server-ver15
Feature request: Allow rules to include certain conditions to be applicable, notably for example: make rule applicable if mode entity's field user_id is or is not identical to logged in...
I'm working on Auth0 integration and i have some clue about integration in atk4/login. IMHO the actual atk4\login\Auth::check() method do too many things, not only check but even add UI...