Аутентификация в Веб-Приложениях JWT и Сессии

Петр Курышев
Петр Курышев

00:00 - Авторизация vs Аутентификация 02:22 - Сессии 05:37 - HTTP cookie 08:54 - Токены 15:45 - JWT 21:40 - Сессии vs Токены


Keywords (if available)
Comments

No results found.

Related Videos

Related videos

Thumbnail

[1hr Talk] Intro to Large Language Models

Это часовое введение для широкого круга слушателей о больших языковых моделях: основной технической составляющей таких систем, как ChatGPT...

By Петр Курышев

Duration: 59:48

Thumbnail

Аутентификация в Веб-Приложениях ??JWT и Сессии

Roadmap по каналу - https://bit.ly/3yKtxWf Курс GOLANG NINJA - https://bit.ly/3F8hvZW Получи бесплатный Roadmap для Backend разработчика - https://www.zhashkevych.com/backend-roadmap?utm_content=organic Т...

By Радость от чистоты

Duration: 30:24

Thumbnail

Symfony 6 курс. Урок 18. Аутентификация и авторизация с помощью JWT в Symfony PHP фреймворке

Открытый канал в телеге - https://t.me/PHPnoob Чат взаимопомощи PHP - https://t.me/php_noob В этом видео мы переделаем механизм аутентификации и авторизации ...

By bukachuk

Duration: 21:34

Thumbnail

API security (Cookies, Sessions, JWT) - How to Authenticate on the Web

Authentication is hard to get right, despite the fact that most, if not all web and mobile applications have some sort of authentication strategy implemented. My “WHY” for making this video is to give you an overarching view of the popular authen...

By Канал Реактивных Возможностей

Duration: 12:45

Thumbnail

? СТРИМ ? АВТОРИЗАЦИЯ/АУТЕНТИФИКАЦИЯ в вебе, frontend авторизация с react, nextjs, сессия или jwt ?

Поддержка автора ? boosty - https://boosty.to/siberiacancode donatealerts - https://www.donationalerts.com/r/siberiacancode Таймкоды ⌛️ 00:00 Старт стрима 02:00 Вступление 04:40 Глоссарий 07:2...

By Технологии будущего

Duration: 181:55

Thumbnail

Аутентификация. Сессии и JWT

В этом видео мы разберем, чем аутентификация отличается от авторизации и на практике освоим 2 самых известных подхода к их имплементации...

By Технологический район

Duration: 23:37

Thumbnail

Виды авторизации: сессии, JWT-токены. Для чего нужны сессии? Как работает JWT? (+ разбор ошибки)

Привет! Это видео является частью моей лекции в рамках проекта "ITMO.Mentors". Сегодня поговорим о самом процессе авторизации, о сессиях и...

By Учим Делать Качественно

Duration: 16:52

Thumbnail

#2 | User Session + JWT for Authentication

In this video we talk about how to create a new session and how to generate a JWT (Json-Web-Token) AuthN = Authentication (https://learn.microsoft.com/en-us/azure/active-directory/develop/authentication-vs-authorizatio #authentication) SS = Single ...

By JavaScript хитрости

Duration: 30:53

Thumbnail

Web Auth: Understanding Difference between Session based Authentication Vs JWT Authentication

Hey guys, In this video we're going to understand: 1. What is Session based Authentication and how it works? 2. What is session cookie? 3. What is JWT Authentication? 4. Types of JWT Authentication: Basic Auth 5. Types of JWT Authentication: B...

By Кодерский мир

Duration: 20:19

Thumbnail

#3 | User Session + JWT for Authentication

In this video we talk about how to refresh our session and generate a new JWT (Json-Web-Token) token if our current token have been expired and it's session still active AuthN = Authentication (https://learn.microsoft.com/en-us/azure/active-di...

By JavaScript и Go

Duration: 9:33

Thumbnail

#1 | User Session + JWT for Authentication

In this video we talk about how to get active sessions only in multiple ways and also how to get Firebase tokens for active sessions AuthN = Authentication (https://learn.microsoft.com/en-us/azure/active-directory/develop/authentication-vs-authoriz...

By PHP и Goutte

Duration: 14:22

Thumbnail

Authentication and Authorization in Web2Py | Web Applications Session Based & JWT Auth

In this video we implement Session based and Token Based Authentication & Authorization scheme in Python using web2py framework. We also discuss pros and cons of both these approaches along with hands-on implementation. ? Complete Code with Web2...

By Волшебный мир Python

Duration: 18:21

Thumbnail

Spring Boot Security Authentication using JWT (JSON Web Token) Session 10

This video explains how to implement JWT in Spring Boot Security Framework. This video explains what is Access Token, Refresh Token, and the use of those tokens. Examples are available in the following GitHub Repository link https://github.com/sures...

By JavaScript Базы данных

Duration: 69:41

Thumbnail

What is JWT and Session and Token

JWT, Session and Token overview for Authentication and Authorization. What is jwt? In this jwt tutorial video, I speak about JWT ( Json Web Token ) and Session and Token. No matter what language, library or framework you are working with. JWT is a ...

By Успешный Заработок на JS

Duration: 9:59

Thumbnail

JWT-аутентификация для веб-приложений - Spring Security

В отличие от нативных приложений, веб-приложения самостоятельно не могут сохранять аутентификационные данные в безопасном месте, следо...

By Уголок сельского джависта

Duration: 39:49

Thumbnail

Аутентификация и авторизация в .NET Core на базе JWT + Angular 9

Аутентификация и авторизация - это одни из фундаментальных частей любого ASP.NET приложений. В данном уроке вы поймете разницу между этими ...

By Реактивная Магия

Duration: 40:53

Thumbnail

Как в реальности работают OAuth2, JWT, Sessions в примерах кода на Go и в терминале Linux

Рассказываю простым языком о процессах логина пользователей на сайтах при трёх основных современных способах авторизации и аутентифик...

By Супер-Настольные

Duration: 115:28

Thumbnail

Способы аутентификации в API: JWT vs Cookie sessions // Курс «Системный аналитик Advanced»

На открытом уроке разберем следующие темы: 1. Аутентификация и авторизация при проектировании API 2. Stateful подход к аутентификации — session ID ...

By Ресничное совершенство

Duration: 55:32

Thumbnail

JWT Authentication and Authorization : Secure your Web application #jwt

Hello everyone , hope you all are doing great .So in this video we will learn JWT (JSON Web Tokens) authentication and authorization is a popular way of securing web applications by allowing users to authenticate and authorize themselves without the ...

By Языки программирования: история и развитие

Duration: 35:37

Thumbnail

Protecting NEXT APIs with JWT Authentication: JWT, Session Expiration, Next Middleware

Wadup? This video is in continuation to the series Web Authentication with NEXT JS. We have already seen how Web Authentication works and basic Authentication. Here we would be talking specifically about JWT Authentication and how can we implement t...

By JavaScript и Ruby

Duration: 24:40