search

Home  >  Q&A  >  body text

php - Laravel's HTTP basic authentication problem?

< /p>

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

我想大声告诉你我想大声告诉你2860 days ago324

reply all(1)I'll reply

  • 怪我咯

    怪我咯2017-05-16 13:14:56

    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.

    reply
    0
  • Cancelreply