https://habr.com/ru/companies/Voximplant/articl...
6 мар. 2017 г. ... Время выбирается на основании того, как используется сервис. Второй, refresh token, используется для обновления пары access и refresh токенов. У ...
https://www.reddit.com/r/node/comments/1em1g92/...
7 авг. 2024 г. ... Вы хотите, чтобы у клиента был токен только на определенный период времени по соображениям безопасности. Refresh token, хранящийся на сервере, ...
https://ya.ru/neurum/c/tehnologii/q/v_chem_razn...
Таким образом, access token даёт начальный доступ, а refresh token расширяет его со временем, что делает процесс входа в систему более гладким и безопасным для ...
https://identityblitz.ru/glossary/refresh-token/
7 мая 2025 г. ... Токен обновления (refresh token) — это символьная строка, используемая для получения токенов доступа. Токен обновления выдается клиенту ...
https://yandex.cloud/ru/docs/iam/concepts/autho...
6 мар. 2025 г. ... Refresh-токен — это тип учетных данных, позволяющий OAuth-приложению при истечении срока действия IAM-токена пользователя автоматически ...
https://gist.github.com/zmts/802dc9c3510d79fd40...
refresh token - выдается сервером по результам успешной аутентификации и используется для получения новой пары access/refresh токенов. Храним исключительно в ...
https://vc.ru/dev/1780474-sessii-jwt-access-ref...
28 янв. 2025 г. ... JWT токен. JWT (JSON Web Token) — это строка в формате base64, которая состоит из трех частей:.
https://habr.com/ru/articles/466929/
10 сент. 2019 г. ... Токены доступа (JWT) — это токены, с помощью которых можно получить доступ к защищенным ресурсам. Они короткоживущие, но многоразовые. В них ...
https://id.vk.com/about/business/go/docs/ru/vki...
Refresh token предназначен для обновления Acсess token. Срок жизни Refresh token — 180 дней. Способ обновления Access token с помощью ...
https://javarush.com/quests/lectures/ru.javarus...
Refresh токен предназначен для обновления истёкшего Access Token, не требуя от пользователя повторного ввода учётных данных. Это шаг делает взаимодействие ...
Refresh Tokens: When to Use Them and How They Interact with JWTs
auth0.com
Access Token vs Refresh Token: A Breakdown - GeeksforGeeks
www.geeksforgeeks.org
The Developer’s Guide to Refresh Token Rotation
www.descope.com
Refresh token | VK ID - сервис авторизации
id.vk.com
Access Token vs Refresh Token: A Breakdown - GeeksforGeeks
www.geeksforgeeks.org
Tokens | Authentication Framework | Jack Henry Docs
jackhenry.dev
The Developer’s Guide to Refresh Token Rotation
www.descope.com
The Developer’s Guide to Refresh Token Rotation
www.descope.com
Part 3: Refresh Tokens in JWT. In this article, I covered how to… | by ...
medium.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 • March 12, 2020 • 13:25
This video explains the main use case for refresh_token. In also touches on user session management in the context of OAuth. The video is too short to explain all aspects but the viewer should get a good idea how these token work and what effect different types of expirations have. To find more information checkout these web sites and RFCs ...
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 • August 7, 2022 • 06:00
With this video we will learn How to Use a refresh token to get a new access token | Microsoft Graph API OAuth 2.0 | Authentication and Authorization | Microsoft Graph API OAuth 2.0 | Authentication and Authorization | Get access on behalf of a user | Step - 3 | POSTMAN TABLE OF CONTENT 0:00:04 - Introduction 0:00:31 - Use a refresh token to ...
TikTok • February 18, 2024 • 01:25
Refresh Token Authentication Explained in 60 Seconds
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 ...