https://habr.com/ru/companies/Voximplant/articl...
6 мар. 2017 г. ... Время выбирается на основании того, как используется сервис. Второй, refresh token, используется для обновления пары access и refresh токенов. У ...
https://ya.ru/neurum/c/tehnologii/q/v_chem_razn...
Таким образом, access token даёт начальный доступ, а refresh token расширяет его со временем, что делает процесс входа в систему более гладким и безопасным для ...
https://identityblitz.ru/glossary/refresh-token/
7 мая 2025 г. ... Как работает · Получение: После успешной аутентификации пользователя (например, через логин и пароль) сервер авторизации выдает клиенту два ...
https://www.reddit.com/r/node/comments/1em1g92/...
7 авг. 2024 г. ... Например, я работал над многочисленными веб-приложениями, регулируемыми федеральным законодательством, которые использовали access token со ...
https://habr.com/ru/articles/466929/
10 сент. 2019 г. ... Основной сценарий использования такой: как только старый JWT истекает, то с ним мы уже не можем получить приватные данные, тогда отправляем RT и ...
https://gist.github.com/zmts/802dc9c3510d79fd40...
refresh token - выдается сервером по результам успешной аутентификации и используется для получения новой пары access/refresh токенов. Храним исключительно в ...
https://yandex.cloud/ru/docs/iam/concepts/autho...
6 мар. 2025 г. ... Refresh-токен — это тип учетных данных, позволяющий OAuth-приложению при истечении срока действия IAM-токена пользователя автоматически ...
https://id.vk.com/about/business/go/docs/ru/vki...
Refresh token предназначен для обновления Acсess token. Срок жизни Refresh token — 180 дней. Способ обновления Access token с помощью ...
https://vc.ru/dev/1780474-sessii-jwt-access-ref...
28 янв. 2025 г. ... Как работает: · После успешной аутентификации сервер создает и отправляет клиенту Access Token и Refresh Token. · Клиент сохраняет Refresh Token в ...
https://www.youtube.com/watch?v=BlhDDaa4Cck
16 июл. 2024 г. ... Что такое Сессии · Принцип работы JWT · Разница между Stateless и Statefull · Что такое Access и Refresh токены · Зачем нужен Bearer · Как при ...
Refresh Token in ASP.NET Core Web API using JWT Authentication - Dot ...
dotnettutorials.net
Implementing Jwt Expiration And Refresh Tokens In Node.js Apis – peerdh.com
peerdh.com
Client authorization
intpik.ru
Refresh tokens | Guides | ReachFive Documentation
developer.reachfive.com
What is refresh token rotation and why is it important? · Logto blog
blog.logto.io
Access Token vs Refresh Token: A Breakdown - GeeksforGeeks
www.geeksforgeeks.org
リフレッシュトークン (Refresh token) とは? · Auth Wiki
auth.wiki
Refresh token | VK ID - сервис авторизации
id.vk.com
O que são refresh tokens e como usá-los com segurança
auth0.com
YouTube • December 18, 2023 • 05:01
Learn what a refresh token is, why they are needed, where to store them, and how refresh tokens are different from access tokens. Become a Better Developer 📚 https://courses.wittcode.com My Software 📡 WittCepter - https://chromewebstore.google.com/detail/wittcepter/almcnacncageamimacljglnjcpjfogbj 🪵 ConsoleLog - https://chromewebstore ...
YouTube • December 30, 2024 • 22:16
🔐 Implementing Refresh Tokens in .NET Core (Step-by-Step Tutorial) In this video, you’ll learn how to implement refresh tokens in ASP.NET Core to make your authentication system more secure and reliable. We’ll walk through everything from setting up JWT authentication to handling token expiration and managing refresh tokens properly ...
YouTube • July 23, 2024 • 41:58
How to Integrate Refresh Token API in React JS | Refresh Token API Integration in React JS | Refresh Token in React JS Greetings, Dear Viewers! Welcome to the Programming Experience, In this lecture, You will see How to use Refresh Token in React JS, and How to Integrate Refresh Token API in React JS, and We have covered the some important ...
YouTube • June 18, 2024 • 31:21
JWT Authentication (Create Access And Refresh Tokens). In this tutorial, we extend our user authentication system to incorporate JWT Authentication, a stateless method that enables users to access application resources using JSON Web Tokens (JWTs). Specifically, we demonstrate how to implement a login endpoint where users can authenticate and ...
YouTube • August 10, 2024 • 01:25:12
Learn how to implement JWT authentication in a NestJS application. Includes refresh token authentication to refresh our JWT and prevent users from having to authenticate. Get access to the full lecture which includes connecting a Next.js UI & applying our JWT/Refresh authentication + Google OAuth: https://michaelguay.dev/ GitHub Repository ...
YouTube • June 28, 2025 • 18:53
Timestamps : 00:00 - Intro - What is refresh token? 00:17 - Recap - What we had done till now. 01:26 - How refresh token works? 03:02 - Implementing refresh token in C# based web application 04:50 - Generating a refresh token 06:06 - Saving generated token in in-memory static variable 08:48 - Writing logic to refresh access token 13:07 - Adding ...