Is there an industry standard for systems registered user permissions in terms of database model?
Posted
by
EASI
on Programmers
See other posts from Programmers
or by EASI
Published on 2013-07-01T19:07:01Z
Indexed on
2013/07/01
23:14 UTC
Read the original article
Hit count: 229
I developed many applications with registered user access for my enterprise clients. In many years I have changed my way of doing it, specially because I used many programming languages and database types along time.
Some of them not very simple as view
, create
and/or edit
permissions for each module in the application, or light as access
or can't access
certain module.
But now that I am developing a very extensive application with many modules and many kinds of users to access them, I was wondering if there is an standard model for doing it, because I already see that's the simple or the light way won't be enough.
© Programmers or respective owner