An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with access-token

A curated list of projects in awesome lists tagged with access-token .

https://github.com/athenz/athenz

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.

access-token authorization cloud containers dynamic-infrastructures rbac role-based-access-control service-identity spiffe tls

Last synced: 12 May 2025

https://github.com/AthenZ/athenz

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.

access-token authorization cloud containers dynamic-infrastructures rbac role-based-access-control service-identity spiffe tls

Last synced: 26 Mar 2025

https://github.com/zmts/beauty-vuejs-boilerplate

❤️ Real world base Vue.js app. Access/refresh tokens auth, api services, http client, vuex modules

access-token api boilerplate data-access-layer enterprise flux http-wrapper jwt realworld refresh-token spa vue-boilerplate vuejs vuex

Last synced: 12 Apr 2025

https://github.com/tuwukee/jwt_sessions

XSS/CSRF safe JWT auth designed for SPA

access-token api auth csrf-token jwt refresh-token ruby

Last synced: 15 May 2025

https://github.com/ahopkins/sanic-jwt

Authentication, JWT, and permission scoping for Sanic

access-token authentication jwt permissions python refresh-token sanic scopes

Last synced: 11 Apr 2025

https://github.com/flolu/auth

🔐 Refresh/Access Token Authentication Demo with Client Side Rendering, Server Side Rendering and Websockets

access-token authentication docker docker-compose gcp google-cloud jsonwebtoken kubernetes nexjts nodejs refresh-token server-side-rendering terraform typescript websockets

Last synced: 17 Oct 2025

https://github.com/marshalx/yandex-music-token

Проекты для входа в аккаунт Яндекс.Музыки с устройства пользователя

access-token bot oauth yandex yandex-music

Last synced: 11 Oct 2025

https://github.com/damienbod/aspnetcoreidentityserver4resourceownerpassword

ASP.NET Core IdentityServer4 Resource Owner Flow Refresh token and custom user repository

access-token asp-net-core custom-user-repository identityserver4 refresh-token resource-owner

Last synced: 18 Apr 2025

https://github.com/pauldenver/generate-api-key

A Node.js library for generating random API key/access tokens.

access-token api api-rest javascript key rest restful typescript

Last synced: 02 Aug 2025

https://github.com/samarbadriddin0v/advanced-backend

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.

access-token email-sender expressjs jwt nodejs refresh-token smtp

Last synced: 14 Oct 2025

https://github.com/peterpetrus/passport-token

Dirty Decoder for Laravel Passport (Bearer) Access Token

access-token authentication decoder laravel laravel-passport

Last synced: 07 Oct 2025

https://github.com/khomsiadam/create-express-rest-ts

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

access-token api express jest jwt mongoose nodejs refresh-token rest typescript

Last synced: 15 Jul 2025

https://github.com/jieggii/vktoken

:gear: Tool for granting VK access token.

access-token vk vk-authentication

Last synced: 26 Oct 2025

https://github.com/iomarmochtar/gitlab-token-updater

Manage your Gitlab Access Token Lifetime with ease and enhancing security

access-token gitlab rotation

Last synced: 30 Apr 2025

https://github.com/teal-finance/quid

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.

access-token ecdsa-signature ed25519 eddsa es256 es384 es512 golang hmac-sha256 hmac-signature hs256 hs512 json-web-token json-web-token-authentication jwt jwt-authentication refresh-token refresh-token-rotation rsa-signature tokens-checker

Last synced: 06 May 2025

https://github.com/damienbod/onbehalfflowoidcdownstreamapi

This demo shows how to implement the On Behalf Of flow between an Microsoft Entra ID protected API and an API protected using OpenIddict.

aad access-token aspnetcore azuread bearer dotnet entra jwt oauth oauth2 obo openiddict token-exchange

Last synced: 19 Apr 2025

https://github.com/jmorbegoso/wish-list-api

Backend API built with NestJS using Domain-Driven Design and Clean Architecture.

access-token authentication clean-architecture ddd docker jest mikroorm mongodb nestjs refresh-token repository-pattern swagger unit-of-work-pattern

Last synced: 15 Apr 2025

https://github.com/miladjoodi/next-fullstack-auth

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.

access-token argon2 fullstack jose mongodb nextjs prisma prisma-orm react react-hook-form reactjs refresh-token tailwind tailwindcss zod

Last synced: 15 Sep 2025

https://github.com/wpcodevo/rust-jwt-rs256

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.

access-token actix-web docker jwt jwt-middleware postgresql redis refresh-token rs256 rust

Last synced: 13 Apr 2025

https://github.com/khomsiadam/create-express-gql-ts

Set up and build a Node.js GraphQL API using Typescript, Express, Mongoose with a maintainable and scalable structure. If you prefer using REST: https://github.com/KhomsiAdam/create-express-rest-ts

access-token apollo-server codegen dataloader express graphql jest jwt mongoose nodejs refresh-token typescript

Last synced: 16 Jul 2025

https://github.com/beomjunlee/springsecurity-jwt

:cherry_blossom:JWT access_token & refresh_token:cherry_blossom:

access-token refresh-token springboot springdata-jpa springsecurity-jwt

Last synced: 13 Apr 2025

https://github.com/ishanoshada/chat-web-server

A Flask-based chat server supporting user authentication, signup, and chat functionality. Users can choose between JSON file and MongoDB as storage methods for user data.

access-token backend chat chat-server flask flask-application json mongodb python python-flask user-authentication

Last synced: 10 Apr 2025

https://github.com/wpcodevo/deno-refresh-jwt

In this article, you'll learn how to implement stateless authentication in Deno using JSON Web Tokens. As we all know, JSON Web Tokens can only be invalidated when they expire, so we'll include a persistent storage like Redis to serve as an extra layer of security.

access-token access-tokens api-rest deno deno-jwt denojs docker docker-compose mongodb mongodb-database oak redis redis-client redis-server refresh-access-token refresh-token restful-api

Last synced: 13 Apr 2025

https://github.com/wpcodevo/hs256-rs256-jwt-nodejs

In this article, you'll learn how to generate JSON Web Tokens, commonly referred to as JWTs, in Node.js using TypeScript.

access-token hs256 javascript jsonwebtoken jwt jwt-tokens nodejs refresh-token rs256 rsa-key-pair typescript

Last synced: 01 Aug 2025

https://github.com/oliverspryn/android-oauth-biometrics

🔐 A proof-of-concept application to log into an example Auth0 instance with a PKCE flow and allow secure retrieval of the access and refresh tokens with biometrics

0auth access-token auth0 authentication biometrics fingerprint login poc proof-of-concept refresh-token

Last synced: 24 Apr 2025

https://github.com/atayahmet/react-axios-token-provider

React Axios Token Provider package is a make easy what repetitive processes.

access-token csrf-token management provider react react-native refresh-token xsrf

Last synced: 22 Apr 2025

https://github.com/ekohe/ruby-office365

A simple ruby library to interact with Microsoft Graph and Office 365 API.

access-token api azure calendars contacts events graph-api mailboxes microsoft oauth2 office365 refresh-token rest ruby token

Last synced: 22 Apr 2025

https://github.com/tanaikech/gogauth

This is a CLI tool to easily retrieve access token for using APIs on Google.

access-token cli cli-apps cli-tool golang google-oauth2

Last synced: 16 Jul 2025

https://github.com/dryewo/fahrscheine-bitte

Clojure library for checking OAuth2 access tokens

access-token api clojure compojure oauth2 security swagger1st

Last synced: 22 Apr 2025

https://github.com/leon-win/node-auth-tokens

Auth library for Node.js applications based on access and refresh tokens approach

access-token auth jwt nodejs refresh-token

Last synced: 14 May 2025

https://github.com/bpisano/network-kit

Easy and structured HTTP networking in Swift.

access-token http networking swift

Last synced: 12 May 2025

https://github.com/dxvgef/token

Go语言的访问令牌开发包,可用于 session 或 access token 两种模式的应用场景

access-control access-management access-token authentication session token-authetication

Last synced: 14 Apr 2025

https://github.com/sharmadhiraj/flutter-access-refresh-token-manager-demo

Efficiently handle access token expiration with a single request, optimizing performance during concurrent API calls.

access-token auth dart flutter http jwt mobile-app refresh-token

Last synced: 19 Jun 2025

https://github.com/mzuvin/facebook-accesstoken-tool

facebook accesstoken never expire with python login

access-token facebook facebook-api facebook-graph-api facebook-login python

Last synced: 22 Mar 2025

https://github.com/pronazmul/api_school_management_v1

School Management System (SMS) that will help streamline the various activities and operations of a school. This system will provide a centralized platform for teachers, administrators, and students to access, update and manage information related to the school's day-to-day activities

access-token data-validation refresh-token

Last synced: 15 Mar 2025

https://github.com/kolosovpetro/secureazureoidc

In this manuscript, we discuss the problem of secure storage and transfer of access tokens between microservices

access-token active-directory azure azure-ad id-token oauth2 oidc open-id-connect refresh-token

Last synced: 26 Aug 2025

https://github.com/future-station/keyguard

KeyGuard is a powerful PHP package designed to validate API keys, secrets, access tokens, and HMACs for popular services like OpenAI, GitHub, Shopify, and more. This tool is essential for developers and businesses that depend on secure and accurate validation of their API credentials.

access-token api-key-authentication api-keys github hmac openai php php-library rest-api shopify validate-token

Last synced: 12 Dec 2025

https://github.com/indigo-dc/liboidcagent-go

The liboidc-agent library for communicating with oidc-agent from go applications

access-token go golang oidc-agent oidc-token oidc-token-management openid openid-connect openidconnecnt

Last synced: 10 Apr 2025

https://github.com/iamdanielyin/wwtoken

Automatically updated WeChat token.

access-token qy-weixin token weichat weixin weixin-enterprise

Last synced: 17 Mar 2025

https://github.com/divyakumarregmi/perosnal_book_management_system

A full-featured Django application for managing a personal book collection, demonstrating a secure, containerized architecture. Features a dual-authentication system with traditional logins and Keycloak (OIDC) Single Sign-On, complete with Role-Based Access Control (RBAC). Includes a JWT-secured RESTful API for programmatic access.

access-token brevo-api crud-operation django django-rest-framework docker email-verification jwt-authentication jwt-token keycloak library-management-system mysql-database oidc password-reset python refresh-token smtp-server user-authentication web-app

Last synced: 24 Oct 2025

https://github.com/shinnn/load-gh-token

Get a GitHub access token from either an environment variable or a file

access-token configuration environment-variables github-api javascript nodejs secret-management security token

Last synced: 20 Aug 2025

https://github.com/abhishektiwari/axioms-express-js

Axioms Javascript client for Express. Secure your Express APIs using Axioms authentication and authorization.

access-token api api-security authentication authorization axioms express-js oauth2 openid openid-connect

Last synced: 14 Oct 2025

https://github.com/muhammadpauzi/bun-jwt

Implementing Authentication API using JWT Refresh & Access Token

access-token api auth bun jwt learn refresh-token rest-api

Last synced: 09 Apr 2025

https://github.com/dedinc/vkauth

VKAuth is a Python library that helps you to authenticate with VK.com using cookies from your browser. The library automatically fetches required cookies from supported browsers, establishes a session, and retrieves an access token.

access-token vk-api vkauth vkon

Last synced: 05 Apr 2025

https://github.com/MAHMOUDELSAYED7/Auth-with-Refresh-Token

User authentication with login, signup, OTP verification, automatic token refresh, and secure storage using Dio HTTP client and Flutter Secure Storage.

access-token api api-client api-rest auth-helper authentication dio dio-interceptor flutter flutter-apis-implementation flutter-apps flutter-package interceptor interceptor-http pub-dev refresh-access-token refresh-token secure-storage token tokens

Last synced: 30 Jul 2025

https://github.com/mahmoudelsayed7/auth-with-refresh-token

User authentication with login, signup, OTP verification, automatic token refresh, and secure storage using Dio HTTP client and Flutter Secure Storage.

access-token api api-client api-rest auth-helper authentication dio dio-interceptor flutter flutter-apis-implementation flutter-apps flutter-package interceptor interceptor-http pub-dev refresh-access-token refresh-token secure-storage token tokens

Last synced: 05 Oct 2025

https://github.com/ryomendev/nodejs

A repository for learning Node.js, focusing on core concepts, asynchronous programming, server-side development, and building APIs. It offers practical examples, tutorials, and exercises to help beginners and intermediate developers strengthen their Node.js skills and build scalable, efficient applications using JavaScript on the server.

access-token aggregation data-modeling express jwt mongodb mongoose nodejs pipelines react refresh-token vite

Last synced: 17 Mar 2025

https://github.com/ppriyanshu26/authpublic

Secure desktop tools for managing TOTP 2FA secrets and QR codes, featuring AES-256 encryption, password lock, GitHub sync, and a modern UI. Includes a TOTP Authenticator and QR Tool for easy OTP management and QR code operations.

access-token aes-encryption credentials-manager hashing python qrcode-generator qrcode-scanner tkinter totp-authenticator

Last synced: 25 Dec 2025

https://github.com/lazauk/aifoundry-entraid-accesstokens

Practical Jupyter notebook to demo the analysis of Entra ID tokens generated for Azure AI Foundry resource scope.

access-token ai auths azure claims entra-id foundry jwt-token

Last synced: 08 Sep 2025

https://github.com/stefmedjo/api-starter

This is a starter project for any PHP Symfony API platform project with user creation and authentication (jwt access and refresh tokens implementation)

access-token api apiplatform authentication jwt jwt-authentication php refresh-token restful-api symfony

Last synced: 28 Jun 2025

https://github.com/thakiyudheen/common

Developing a user authentication package with JWT involves creating a secure system for managing user sessions. By implementing JSON Web Tokens, you enable stateless authentication, allowing users to securely log in, access resources, and maintain sessions across requests. This approach ensures robust security and scalability for user management in

access-token jwt jwt-authentication typescript

Last synced: 17 Mar 2025

https://github.com/jeradrutnam/secret-vault-chrome-extension

Extension to store access token during OpenID Connect authentication flows

access-token asgardeo chrome-extension identity openid-connect single-page-applications

Last synced: 21 Feb 2025

https://github.com/orewaee/go-auth

Implementation of auth based on access and refresh JWT tokens in Golang

access-token auth golang jwt refresh-token

Last synced: 15 Jun 2025

https://github.com/raphaelbh/aws-cognito

Proof of concept to demonstrate how to use AWS Cognito.

access-token auth authentication authorization aws cognito docker python user-pool

Last synced: 20 Mar 2025

https://github.com/ashenoooone/timetracker

Простое приложение для отслеживания времени работы с функциональностью отслеживания задач, управлением проектами и учетом оплаты времени. Разработано с использованием Nest.js и React.js.

access-token jwt nestjs reactjs refresh-token

Last synced: 05 Mar 2025

https://github.com/melinanorton/todo-app

Practice full‑stack TODO app showcasing NestJS & Next.js, JWT auth flow, React Query caching, Tailwind styling, MongoDB, and Redis‑backed rate‑limiting with in‑memory fallback and debug‑level logging.

access-token authorization axios docker full-stack ioredis jwt logging mongodb mongoose nestjs nestjs-throttler next-js rate-limiting react-query redis refresh-token tailwindcss typescript yup

Last synced: 28 Jul 2025

https://github.com/sparsh-kumar/node-jwt-advanced-crud-api

Advanced crud API with rate limiting, support magic link sign up, sign in, sign out, refreshing tokens, resetting passwords, and read, delete, update and create articles

access-token access-tokens crud-application express express-rate-limit heroku heroku-deployment jwt jwt-authentication jwt-token mongodb mongodb-atlas node node-js nodejs refresh-token refresh-tokens

Last synced: 01 Aug 2025

https://github.com/kenvilar/socialite

Socialite currently supports authentication with Facebook, Twitter, LinkedIn, Google, GitHub and Bitbucket

access-token authorization grant-access laravel-framework laravel-social-authentication laravel-socialite oauth social-login social-media

Last synced: 13 Mar 2025

https://github.com/uip9av6y/kubernetes-gitlab-authn

Kubernetes authentication service for Gitlab Personal Access Tokens

access-token authentication-service authn authz gitlab kubeapi kubernetes

Last synced: 08 Aug 2025

https://github.com/saikiranannam/nodemart

TypeScript-powered REST API for user authentication with JWT tokens, CRUD on product management and metrics, it incorporates Google OAuth integration for enhanced security.Additionally, with comprehensive testing using Jest.

access-token authentication-backend docker google-0auth2 jest-tests metrics refresh-token rest-api typescript

Last synced: 04 Oct 2025

https://github.com/gravitytwog/react-jwt-auth

Example of authorization with access + refresh token pair. It actually doesn't depend on used framework (React, vue etc). Tokens handled in data access layer (api)

access-control access-token auth jwt react refresh-token

Last synced: 26 Aug 2025

https://github.com/rubenwihler/access-token-manipulation-test

Petit projet pour tester et voir comment fonctionnent la manipulation d'access-token.

access-token

Last synced: 30 Aug 2025

https://github.com/the-arcade-01/golang-jwt-authentication

JWT Authentication (Access & Refresh tokens) in Golang

access-token api cookies golang jwt-authentication mysql refresh-token

Last synced: 07 Apr 2025

https://github.com/chiragyadav2003/news-rest-api

This is the backend API for the Master Backend project, built with Express, Prisma, Redis, BullMQ and various other libraries to handle authentication, file uploads, rate-limiting, and more.

access-token bullmq caching cookie-parser cors express fileupload javascript nodejs nodemailer postgresql ratelimit redis refresh-token vinejs winston-logger

Last synced: 04 Apr 2025

https://github.com/walkin4money/pastebin

Restful analog of pastebin service written on Spring framework, PostgreSQL, JDK 17, Maven and Docker.

access-token docker docker-compose http jdk17 jwt maven postgresql refresh-token rest-api spring-framework

Last synced: 02 Mar 2025

https://github.com/kostastepetes/salesforce-oauth-jwt-access-token-postman

🗝 OAuth 2.0 JWT Bearer Flow for Server-to-Server Integration. Sometimes you want to authorize servers to access data without interactively logging in each time the servers exchange information. This flow uses a certificate to sign the JWT request. However, this flow does require prior approval of the client app.

access-token jwt-authentication oauth2 postman salesforce

Last synced: 27 Feb 2025

https://github.com/bailyboy021/fcm-access-token

Repositori untuk menghasilkan token akses Firebase Cloud Messaging (FCM)

access-token fcm nodejs

Last synced: 09 Mar 2025

https://github.com/sharmadhiraj/flutter_secure_token_manager

Safely store access and refresh tokens, efficiently refreshing access tokens upon expiration.

access-token android dart flutter ios jwt plugin refresh-token secure token

Last synced: 28 Mar 2025

https://github.com/murtaza-u/muttoauth

Google OAuth2 authorization script for Mutt E-mail client

access-token email-client gmail google mutt neomutt oauth2 refresh-token

Last synced: 08 Apr 2025

https://github.com/juliuspleunes4/firebase-token-generator

A simple Python tool to generate OAuth 2.0 access tokens for Firebase services using a Service Account JSON file.

access-token firebase google-cloud mit-license oauth2

Last synced: 09 Apr 2025

https://github.com/berkus/twilio-access-token-generator

Generate RTD token for accessing Notify, Sync, or Chat services

access-token generator nodejs twilio

Last synced: 01 Mar 2025