F
F
fshpsh2016-12-14 14:43:57
PHP
fshpsh, 2016-12-14 14:43:57

How to make a reliable administration panel for a website?

Hello, I want to write my own administration panel for the site, I want to write all the controls, all the display myself. But I doubt my ability to organize a normally secure registration / authorization.
I'm going to write in PHP.
Tell me if there is any library that organizes well-protected authorization, with encryption, with hashes, with storing data in the session / cookies, with everything you need.
Or can you tell me an article in which there is a necessary code?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene Volf, 2016-12-14
@Wolfnsex

Given the capabilities of Symfony3 "sparkle", you can take ready-made authentication from it. And if it's not enough, Symfony3 has a whole arsenal of various security/authorization/authentication tools, in the form of "stand-alone" (portable) libraries, up to "firewalls".
Link to the package and to the Git repository . A link to its documentation is on the repository page.

E
Evgeniy Ivanov, 2019-10-14
@cpanelhostig

If such a question arises, then it is better not to)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question