nette / bootstrap

🅱 The simple way to configure and bootstrap your Nette application.
https://doc.nette.org/bootstrap
Other
663 stars 36 forks source link

Configurator::detectDebugMode can set cookie [WIP] #22

Closed dg closed 9 years ago

JanTvrdik commented 10 years ago

Use case? I don't like having passwords in URL. It's limited to specific IP but still.

dg commented 10 years ago

Use case? You just have to somehow set the cookie nette-debug.

JanTvrdik commented 10 years ago

You can do it manually in browser, you can implement it yourself in application interface for authorized users.

dg commented 10 years ago

Implement it yourself === implement it wrong.

(This is just very immature WIP)

hrach commented 10 years ago

I understand the need, however, there is no sufficient argument to do it in the method named detectDebugMode.

dg commented 10 years ago

Sure.