Labels: authorization

51 results found

to grant authorization

Larravel 10 Chinese Document Security Series

brief introduction In addition to providing built-in identity authentication services, Laravel also provides a simple method to authorize user operations of a given resource. For example, even if the user has passed

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

Realize Larave broadcast function based on Redis (Part 2): publish and receive messages on private channels and existing channels

High performance Redis practice Practical Battle Beginner Level Chapter

Broadcast event messages on private channels In the above example broadcast event UserSignedUp, we defined a public channel broadcast through Channel, that is

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

Provide third-party login solution based on Laravel Socialite

Larravel 8 Chinese Document Official expansion pack

brief introduction In addition to the traditional form based login authentication, Laravel can also provide OAuth authentication through Laravel Socialite. At present

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

Provide OAuth2 authentication solution based on Laravel Passport

Larravel 8 Chinese Document Official expansion pack

brief introduction Laravel has made user authentication very simple through traditional login forms, but how to achieve API authentication? API usually uses token to enter

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

radio broadcast

Larravel 8 Chinese Document Advanced series

brief introduction In many modern Web applications, Web Sockets are used to implement the user interface of real-time update. When some data is updated on the server

Published by Xueyuan Jun 3 years ago    Views: 8272    Number of likes: 1

User authorization

Larravel 8 Chinese Document Security Series

brief introduction In addition to providing out of the box authentication services, Laravel also provides a simple way to manage authorization logic to control access to resources. Like certification, in

Published by Xueyuan Jun 3 years ago    Views: 8644    Number of likes: 2

MySQL Basic Usage (Part 2): DCL Statements and Aggregate Functions

PHP Beginner to Practical Tutorial Database operation

DCL DCL is relatively simple. It is mainly used to grant or revoke access to the database, as well as commit and rollback database transactions. Grant/revoke authority Taking granting permissions as an example, I

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

radio broadcast

Larravel 7 Chinese Document Advanced series

brief introduction In many modern Web applications, Web Sockets are used to implement the user interface of real-time update. When some data is updated on the server

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

User authorization

Larravel 7 Chinese Document Security Series

brief introduction In addition to providing out of the box authentication services, Laravel also provides a simple way to manage authorization logic to control access to resources. Like certification, in

Published by Xueyuan Jun 4 years ago    Number of views: 5656    Number of likes: 1

Third party login solution: Laravel Socialite

Larravel 6 Chinese Document Official expansion pack

brief introduction In addition to the traditional form based login authentication, Laravel can also provide OAuth authentication through Laravel Socialite

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

API certification solution: Laravel Passport

Larravel 6 Chinese Document Official expansion pack

brief introduction Laravel has made user authentication very simple through traditional login forms, but how to achieve API authentication? API usually uses token to

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

Queue system solution: Laravel Horizon

Larravel 6 Chinese Document Official expansion pack

brief introduction Horizon provides Laravel with a Redis based queue system with beautiful background and code driven configuration. Horizon lets us

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

radio broadcast

Larravel 6 Chinese Document Advanced series

brief introduction In many modern Web applications, Web Sockets are used to implement the user interface of real-time update. When some data is updated on the server, it will pass

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

to grant authorization

Larravel 6 Chinese Document Security Series

brief introduction In addition to providing out of the box authentication services, Laravel also provides a simple way to manage authorization logic to control access to resources. Like certification, in

Published by Xueyuan Jun 4 years ago    Number of views: 7795    Number of likes: 1

Using Dingo API to quickly build RESTful API (9) -- API authentication implementation (2)

Laravel Beginner to Proficient Tutorial Build API interface: Dingo API

In the last tutorial, we introduced how to achieve the authentication of Dingo API through HTTP basic authentication and JWT authentication. In this tutorial, Mr. Xuejun will introduce

Published by Xueyuan Jun 5 years ago    Number of views: 8426    Number of likes: 2