I'm developing a gallery script in php, and i have the following question. My gallery will eventually have multi-user capability, so people can save their fav images and such, as well as having a gallery admin. I am trying to design this gallery to be as easy to intigrate as possible. My question is this: how should I handle user authentication. Because I want this to be as intrigratable as possible, this provides a big problem.
1) I could include my own user authentication system, but then if the person who downloaded the script wanted to use their own user-auth system, things wouldn't happen.
2) Maybe I could make some sort of module thingy? And provide the user with a seperate file that's easy to mold to any user-auth system?
Any ideas? All thoughts / help are greatly appreciated.
1) I could include my own user authentication system, but then if the person who downloaded the script wanted to use their own user-auth system, things wouldn't happen.
2) Maybe I could make some sort of module thingy? And provide the user with a seperate file that's easy to mold to any user-auth system?
Any ideas? All thoughts / help are greatly appreciated.