There are 4 repositories under access-token topic.
Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic infrastructures. Athenz supports provisioning and configuration (centralized authorization) use cases as well as serving/runtime (decentralized authorization) use cases.
❤️ Real world base Vue.js app. Access/refresh tokens auth, api services, http client, vuex modules
XSS/CSRF safe JWT auth designed for SPA
❤️ Node.js REST API boilerplate. Old but still good for references
Penetration testing utility and antivirus assessment tool.
🔐 Refresh/Access Token Authentication Demo with Client Side Rendering, Server Side Rendering and Websockets
oidc-agent for managing OpenID Connect tokens on the command line
Проекты для входа в аккаунт Яндекс.Музыки с устройства пользователя
ASP.NET Core IdentityServer4 Resource Owner Flow Refresh token and custom user repository
A Node.js library for generating random API key/access tokens.
HashiCorp Vault Secrets Plugin for Artifactory
Implement an advanced backend that efficiently manages JWT-based Access and Refresh Tokens, configures SMTP for sending activation and password reset emails, and enforces single user sessions by logging out the first user upon a second login attempt.
CodeIgniter 3 - REST API Integration with JWT (JSON Web Tokens)
🚀 Simplified Node.js Security: Access and Refresh Tokens Guide
The ESP8266 and ESP32 Arduino Library to create Google OAuth2.0 Access Token used for Google Cloud Platform and Google REST APIs services. The token handled by this library will be refreshed automatically.
a proxy server to proxy github access token api to solve the internet problem in China.
Refresh and access token based authentication in React and Node.js
HciTube - A Video Sharing Platform
Реализация JWT сервера авторизации.
Manage your Gitlab Access Token Lifetime with ease and enhancing security
Dirty Decoder for Laravel Passport (Bearer) Access Token
Set up and build a Node.js REST API using Typescript, Express, Mongoose with a maintainable and scalable structure. If you prefer using GraphQL: https://github.com/KhomsiAdam/create-express-gql-ts
Authentication and authorization tokens designed specifically for use with zero-trust microservices.
OAT access token authentication with Adonisjs v6 (Register/Login/Logout)
A Next.js 15 project implementing secure user authentication with JWT, refresh tokens, and protected routes. Includes full client-side forms for registration and login, server-side token verification, and dashboard access control.
Refresh/Access JWT authentication server with backend + administration frontend supporting HMAC (HS256 HS384 HS512), RSA (RS256 RS384 RS512), ECDSA (ES256 ES384 ES512) and Ed25519 (EdDSA). See also other repos for Javascript, Python and Go client libraries.
This demo shows how to implement the On Behalf Of flow between an Microsoft Entra ID protected API and an API protected using OpenIddict.
Backend API built with NestJS using Domain-Driven Design and Clean Architecture.
This guide will walk you through the process of implementing RS256 JWT authentication with Rust, using asymmetric keys (private and public keys) to ensure strong security. The API will be hosted on a high-performance Actix Web server and will store data in a PostgreSQL database.