Label: Session

79 results found

authentication

Larravel 10 Chinese Document Security Series

introduce Many network applications provide their users with the means of identity authentication and "login". Implementing this function in a Web application can be a complex and potentially risky task. So

Published by Xueyuan Jun 9 months ago    Number of views: 1781    Number of likes: 0

Session

Larravel 10 Chinese Document Basic components

brief introduction Because the HTTP protocol itself is stateless, and the last request is not associated with the next request, we introduce a session to store user request information to solve the problem

Published by Xueyuan Jun 1 year ago    Views: 1842    Number of likes: 0

Realization of Laravel distributed session access and exploration of underlying source code based on Redis

High performance Redis practice Practical Battle Beginner Level Chapter

Session memory selection Rather than using PHP's built-in session function, Larave has implemented a set of session groups

Published by Xueyuan Jun 3 years ago    Number of views: 4226    Number of likes: 1

User authentication

Larravel 8 Chinese Document Security Series

brief introduction It is very simple to implement login authentication in Laravel. In fact, Larave has already configured almost everything for you. The configuration file is located in conf

Published by Xueyuan Jun 3 years ago    Views: 18155    Number of likes: 0

Session

Larravel 8 Chinese Document Basic components

brief introduction Because the HTTP protocol itself is stateless, and the last request is not associated with the next request, we introduce a session to store user request information to solve the problem

Published by Xueyuan Jun 3 years ago    Number of views: 7839    Number of likes: 1

response

Larravel 8 Chinese Document Basic components

Create Response String&Array All routes and controllers will return a response sent to the user's browser after processing the business logic. Laravel provides

Published by Xueyuan Jun 3 years ago    Number of views: 8450    Number of likes: 0

request

Larravel 8 Chinese Document Basic components

Access Request Instance To get the current HTTP request instance in the controller, you need to set the Illuminate Http Request class in the constructor or method

Published by Xueyuan Jun 3 years ago    Views: 12554    Number of likes: 0

CSRF protection

Larravel 8 Chinese Document Basic components

brief introduction Cross site request forgery (CSRF) is a malicious vulnerability that attacks credit websites by masquerading requests from authorized users. Larave is protected by its own CSRF

Published by Xueyuan Jun 3 years ago    Views: 8553    Number of likes: 0

Start and manage sessions in Go language based on gorilla/sessions package

Go Web Programming Request processing

Although the official http package provided by Go language provides a rich API for HTTP programming, it does not provide an official session implementation. If we

Published by Xueyuan Jun 3 years ago    Views: 3999    Number of likes: 0

Realize background user authentication function based on cookie+session mechanism through PHP native code

PHP Beginner to Practical Tutorial Project practice

Next, we use Cookie+Session to complete the user authentication function in the blog management background. Realize the user login function based on the session. We

Published by Xueyuan Jun 3 years ago    Number of views: 3539    Number of likes: 0

Use and manage session in PHP and implement simple user login function

PHP Beginner to Practical Tutorial HTTP programming

Session vs. Cookie Like cookies, Session technology is also used to solve the stateless problem of the HTTP protocol. However

Published by Xueyuan Jun 3 years ago    Number of views: 6603    Number of likes: 1

Lightweight API certification solution: Sanctum

Larravel 7 Chinese Document Official expansion pack

Statement: Airlock has changed its name to Sanctum due to the trademark name dispute. brief introduction Laravel Sanctum is SPA (Sin

Published by Xueyuan Jun 4 years ago    Number of views: 9468    Number of likes: 0

Building online forums based on Go language (IV): user authentication through cookie+session

Go Web Programming Forum project

In the last tutorial, we demonstrated the implementation of home page routing, processors, and view templates. Next, we need to implement the addition, modification, modification, and query of groups and topics on the website page. However, our requirement is user authentication

Published by Xueyuan Jun 4 years ago    Views: 6554    Number of likes: 1

Session

Larravel 7 Chinese Document Basic components

brief introduction Because the HTTP protocol itself is stateless, and the last request is not associated with the next request, we introduce a session to store user request information to solve the problem

Published by Xueyuan Jun 4 years ago    Number of views: 5833    Number of likes: 2

response

Larravel 7 Chinese Document Basic components

Create Response String&Array All routes and controllers will return a response sent to the user's browser after processing the business logic. Laravel provides

Published by Xueyuan Jun 4 years ago    Views: 5270    Number of likes: 0