php - Laravel's HTTP basic authentication problem?
我想大声告诉你
我想大声告诉你 2017-05-16 13:12:56
0
1
317

< /p>

As shown in the picture, the specific problem description is here/q/10...

我想大声告诉你
我想大声告诉你

reply all(1)
刘奇

Laravel's stateless HTTP basic authentication is actually basic authentication. It does not write a session and only transmits account information through the HTTP Authorization header.

Laravel’s stateful basic authentication is to use basic authentication first and write the session. Later visits can read the login account information through the session.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template