Tags: login

51 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: 1888    Number of likes: 0

Realize SPA user authentication based on Laravel Sanctum+Vuex+Vue route navigation guard

Vue.js Introduction to Practical Tutorial Building a single page application

In order to simplify the process, we only support blog administrators to log in and publish articles. That is to say, we created a test account with user ID of 1, and we do not provide normal users to log in. On

Published by Xueyuan Jun 3 years ago    Number of views: 4402    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    Views: 3633    Number of likes: 0

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: 18300    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: 3587    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 4 years ago    Number of views: 6670    Number of likes: 1

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    Number of views: 6595    Number of likes: 1

User authentication

Larravel 7 Chinese Document Security Series

brief introduction Note: Want to get started quickly? You need to install the larave/ui expansion pack through Composer under the newly installed Larave application, but

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

Real time online chat room development based on Swoole (10): the number of unread messages obtained by users after logging in

Swoole: From Introduction to Practical Tutorial Practical combat

Next, we officially started to develop the chat room chat function. After each login, the user needs to send the unread message to the client to remind the user how many unread messages there are

Published by Xueyuan Jun 4 years ago    Views: 5191    Number of likes: 2

User authentication based on microservice interface by user-defined User Provider and Guard components

Micro service from introduction to practice Project practice

User authentication implementation Overview of implementation scheme Next, we will focus on the implementation of the new user authentication function module in Laracom, a Laravel client project. Both

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

Real time online chat room development based on Swoole (7): implementation of front-end user authentication function based on Muse UI 3.0

Swoole: From Introduction to Practical Tutorial Practical combat

Import Material Design font and icon files Because our chat room project front-end interface is based on Muse UI, and Muse UI

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

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    Views: 6039    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: 16113    Number of likes: 1

Login authentication

Larravel 6 Chinese Document Security Series

brief introduction Note: Want to get started quickly? You need to install the larave/ui expansion package through Composer under the newly installed Larave application, and then run the

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

Real time online chat room development based on Swoole (II): background database preparation and API authentication function implementation

Swoole: From Introduction to Practical Tutorial Practical combat

In the last tutorial, we prepared the development environment for the chat room project and initialized the project. Today, we will set up the database and complete the simple API authentication function. Database preparation About

Published by Xueyuan Jun 4 years ago    Views: 13684    Like: 8