awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to adam-hanna/jwt-auth

Open-source alternatives to Jwt Auth

30 open-source projects similar to adam-hanna/jwt-auth, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Jwt Auth alternative.

  • openshift/osinAvatar von openshift

    openshift/osin

    1,932Auf GitHub ansehen↗

    Golang OAuth2 server library

    Go
    Auf GitHub ansehen↗1,932
  • pascaldekloe/jwtAvatar von pascaldekloe

    pascaldekloe/jwt

    361Auf GitHub ansehen↗

    JSON Web Token library

    Go
    Auf GitHub ansehen↗361
  • o1egl/pasetoAvatar von o1egl

    o1egl/paseto

    939Auf GitHub ansehen↗

    Platform-Agnostic Security Tokens implementation in GO (Golang)

    Go
    Auf GitHub ansehen↗939
  • mikespook/gorbacAvatar von mikespook

    mikespook/gorbac

    1,673Auf GitHub ansehen↗

    goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang.

    Go
    Auf GitHub ansehen↗1,673
  • tarent/loginsrvAvatar von tarent

    tarent/loginsrv

    1,931Auf GitHub ansehen↗

    JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, ..

    Go
    Auf GitHub ansehen↗1,931
  • adam-hanna/sessionsAvatar von adam-hanna

    adam-hanna/sessions

    80Auf GitHub ansehen↗

    A dead simple, highly performant, highly customizable sessions middleware for go http servers.

    Go
    Auf GitHub ansehen↗80
  • cristalhq/jwtAvatar von cristalhq

    cristalhq/jwt

    687Auf GitHub ansehen↗

    Safe, simple and fast JSON Web Tokens for Go

    Go
    Auf GitHub ansehen↗687

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • hsluoyz/casbinAvatar von hsluoyz

    hsluoyz/casbin

    20,189Auf GitHub ansehen↗

    Casbin is an authorization library designed to manage application access control and permissions through a configurable model-based engine. It serves as a centralized system for verifying whether a user has permission to perform specific actions on a resource. The engine supports multiple access control models, including Role-Based Access Control, Attribute-Based Access Control, and Access Control Lists. It allows for the definition of role hierarchies and the evaluation of user, resource, and environment attributes to make access decisions. The library decouples authorization logic from dat

    Go
    Auf GitHub ansehen↗20,189
  • icza/sessionAvatar von icza

    icza/session

    118Auf GitHub ansehen↗

    Go session management for web servers (including support for Google App Engine - GAE).

    Go
    Auf GitHub ansehen↗118
  • mengzhuo/cookiestxtAvatar von mengzhuo

    mengzhuo/cookiestxt

    23Auf GitHub ansehen↗

    cookiestxt implement parser of cookies txt format

    Go
    Auf GitHub ansehen↗23
  • shaj13/go-guardianAvatar von shaj13

    shaj13/go-guardian

    610Auf GitHub ansehen↗

    Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.

    Go2faauthauthentication
    Auf GitHub ansehen↗610
  • swithek/sessionupAvatar von swithek

    swithek/sessionup

    131Auf GitHub ansehen↗

    Straightforward HTTP session management

    Go
    Auf GitHub ansehen↗131
  • volatiletech/authbossAvatar von volatiletech

    volatiletech/authboss

    4,189Auf GitHub ansehen↗

    Authboss is a modular authentication framework designed to manage user identity and account orchestration. It provides a comprehensive system for handling user registration, email verification, and the full lifecycle of user profiles. The framework distinguishes itself through a focused suite of security and identity tools, including multi-factor authentication via time-based passwords and SMS, and identity integration with external providers using OAuth1 and OAuth2 protocols. It also includes a dedicated account security manager that implements brute-force protection through credential-based

    Go
    Auf GitHub ansehen↗4,189
  • sonicroshan/scopeAvatar von SonicRoshan

    SonicRoshan/scope

    42Auf GitHub ansehen↗

    Easily Manage OAuth2 Scopes In Go

    Go
    Auf GitHub ansehen↗42
  • brianvoe/sjwtAvatar von brianvoe

    brianvoe/sjwt

    122Auf GitHub ansehen↗

    Simple JWT Golang

    Go
    Auf GitHub ansehen↗122
  • chmike/securecookieAvatar von chmike

    chmike/securecookie

    86Auf GitHub ansehen↗

    Fast, secure and efficient secure cookie encoder/decoder

    Go
    Auf GitHub ansehen↗86
  • dghubble/gologinAvatar von dghubble

    dghubble/gologin

    1,954Auf GitHub ansehen↗

    Go login handlers for authentication providers (OAuth1, OAuth2)

    Go
    Auf GitHub ansehen↗1,954
  • golang/oauth2Avatar von golang

    golang/oauth2

    5,872Auf GitHub ansehen↗

    This is a Go library for obtaining, refreshing, and attaching OAuth 2.0 access tokens to HTTP requests. It provides a generic token source interface with interchangeable implementations for different OAuth 2.0 grant types, and wraps the Go net/http transport layer to automatically attach access tokens as Authorization headers on outgoing requests. The library supports the authorization code flow, generating consent page URLs and exchanging authorization codes for tokens. It also implements the device authorization grant for authentication on devices without a browser, and the resource owner p

    Go
    Auf GitHub ansehen↗5,872
  • abraithwaite/jeffAvatar von abraithwaite

    abraithwaite/jeff

    272Auf GitHub ansehen↗

    🍍Jeff provides the simplest way to manage web sessions in Go.

    Go
    Auf GitHub ansehen↗272
  • alexedwards/scsAvatar von alexedwards

    alexedwards/scs

    2,583Auf GitHub ansehen↗

    HTTP Session Management for Go

    Go
    Auf GitHub ansehen↗2,583
  • jltorresm/otpgoAvatar von jltorresm

    jltorresm/otpgo

    77Auf GitHub ansehen↗

    Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go.

    Go
    Auf GitHub ansehen↗77
  • markbates/gothAvatar von markbates

    markbates/goth

    6,456Auf GitHub ansehen↗

    Goth is a Go library that provides a consistent, provider-agnostic interface for authenticating users through dozens of third-party OAuth and OAuth2 services. It defines a pluggable provider interface and a central registry where providers are registered by name, enabling dynamic lookup and invocation during authentication flows. The library manages the multi-step OAuth authorization process by generating redirect URLs and validating callback responses, and returns a standardized user profile with common fields like email, name, and avatar URL across all supported providers. The library disti

    Go
    Auf GitHub ansehen↗6,456
  • hitsz-ids/synthetic-data-generatorAvatar von hitsz-ids

    hitsz-ids/synthetic-data-generator

    2,422Auf GitHub ansehen↗

    This project is a framework for generating synthetic tabular data that preserves the statistical properties and relational integrity of original source datasets. It functions as a metadata-driven engine, utilizing language models to synthesize information even when original training samples are restricted. The system is designed to maintain logical consistency across complex, multi-table structures while ensuring that generated outputs adhere to defined schema requirements. The platform distinguishes itself through a focus on privacy-preserving synthesis, integrating tools to quantify and mit

    Pythonagentdata-generatordeep-learning
    Auf GitHub ansehen↗2,422
  • adldap2/adldap2-laravelAvatar von Adldap2

    Adldap2/Adldap2-Laravel

    914Auf GitHub ansehen↗

    LDAP Authentication & Management for Laravel

    PHP
    Auf GitHub ansehen↗914
  • angular/angularfireAvatar von angular

    angular/angularfire

    7,814Auf GitHub ansehen↗

    AngularFire is a set of tools for connecting applications to Firebase services. It provides a library of client-side interfaces for managing authentication, object storage, NoSQL databases, and serverless functions. The project utilizes observables and dependency injection to integrate cloud services into the application hierarchy. It features a reactive interface for streaming real-time data, managing document-based databases, and tracking authentication state as a continuous stream of tokens. The platform covers a broad range of cloud capabilities, including identity verification, binary f

    TypeScript
    Auf GitHub ansehen↗7,814
  • adilmajid/privacy-for-the-paranoidAvatar von adilmajid

    adilmajid/privacy-for-the-paranoid

    55Auf GitHub ansehen↗

    A master checklist for securing your online life.

    Auf GitHub ansehen↗55
  • abacritt/angularx-social-loginAvatar von abacritt

    abacritt/angularx-social-login

    660Auf GitHub ansehen↗

    Social login and authentication module for Angular 21

    TypeScript
    Auf GitHub ansehen↗660
  • anonaddy/addy-androidAvatar von anonaddy

    anonaddy/addy-android

    180Auf GitHub ansehen↗

    Easily create and manage your addy.io aliases, recipients and more from your phone, tablet or wearable with this gorgeous addy.io app for Android.

    Kotlin
    Auf GitHub ansehen↗180
  • antonioribeiro/google2faAvatar von antonioribeiro

    antonioribeiro/google2fa

    1,996Auf GitHub ansehen↗

    A One Time Password Authentication package, compatible with Google Authenticator.

    PHP
    Auf GitHub ansehen↗1,996
  • andrej-griniuk/cakephp-two-factor-authAvatar von andrej-griniuk

    andrej-griniuk/cakephp-two-factor-auth

    38Auf GitHub ansehen↗

    Two-factor authentication plugin

    PHP
    Auf GitHub ansehen↗38