-1

I have developed a symfony application. It is on deployment stage. Client asked me to set A master security to complete project until testing not completed. Actually He want to make it private until launch site. Can some body help me about this how can I do this. Thanks In advance

  • Your question is not clear? Unless you re-word it, I don't think you will get much help. – Alvin Bunk Nov 29 '16 at 06:17
  • Possible duplicate of [How to make symfony project password protected during testing and development](http://stackoverflow.com/questions/40858904/how-to-make-symfony-project-password-protected-during-testing-and-development) – Yoshi Nov 29 '16 at 10:30

1 Answers1

0

You can use this basic authentication for your use case http://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate

iulyanp
  • 71
  • 3