Showing 176 open source projects for "token system"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    claude-token-efficient

    claude-token-efficient

    One CLAUDE.md file. Keeps Claude responses terse

    ...The approach focuses on removing redundant explanations, overly polite language, and repeated context, which are common contributors to excessive token consumption in AI-generated responses. It is particularly useful in high-volume or agent-based workflows where output tokens accumulate quickly and significantly impact cost and latency. The system works best in iterative or automation-heavy environments where consistent formatting and brevity are more valuable than exploratory reasoning.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    jwt-auth

    jwt-auth

    JSON web token authentication for Laravel and Lumen

    jwt-auth provides a simple means of authentication within Laravel using JSON Web Tokens (spec). There are several ways to create a token within the package. There are simple ways to do it, and more advanced methods if you want greater control. The most common way to create a token would be to authenticate the user via their login credentials, and if successful return a token corresponding to that user. You can also skip user authentication and just pass in a User object. Once a user has...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Lexik JWT Authentication Bundle

    Lexik JWT Authentication Bundle

    JWT authentication for your Symfony API

    LexikJWTAuthenticationBundle is a Symfony bundle that provides JWT (JSON Web Token) authentication for RESTful APIs. It simplifies the process of generating and validating JWTs for secure user authentication. The bundle integrates seamlessly with Symfony’s security system, allowing developers to implement token-based authentication efficiently while maintaining flexibility in user management.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Guardian

    Guardian

    Elixir Authentication

    Guardian is a token based authentication library for use with Elixir applications. Guardian remains a functional system. It integrates with Plug but can be used outside of it. If you're implementing a TCP/UDP protocol directly or want to utilize your authentication via channels in Phoenix, Guardian can work for you. The core currency of authentication in Guardian is the token.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Aegis Authenticator

    Aegis Authenticator

    A free, secure and open source app for Android

    Aegis Authenticator is a free and open-source two-factor authentication (2FA) app for Android that helps users secure their online accounts by generating cryptographic one-time passwords (OTPs) such as TOTP and HOTP codes. Unlike many proprietary MFA apps, Aegis is designed with user privacy and local control in mind, storing secrets only on the device in an encrypted vault protected by PIN or biometric unlock, and offering features like backups encrypted with a user-chosen passphrase. It...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    2FAS Auth for Android

    2FAS Auth for Android

    Source code for 2FAS Auth Android app

    2FAS Auth for Android is the general Android authenticator client for the 2FAS open-source multi-factor authentication suite, designed to help users protect their online accounts with secure, rotating one-time passwords and optionally manage related vault entries. This client lets users add and view TOTP and HOTP tokens for countless services, restore and backup token sets across devices, and secure the app with passcodes or biometrics. The Android implementation emphasizes straightforward...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    2FAS Auth Browser Extension

    2FAS Auth Browser Extension

    Source code for 2FAS Auth Browser Extension

    2FAS Auth Browser Extension is a cross-browser plugin that integrates the 2FAS multi-factor authentication platform directly into the user’s web browsing workflow, helping streamline login flows by interfacing with web pages and 2FA token generation in a seamless way. Once installed in browsers like Chrome, Firefox, or others that support standard extension APIs, it can detect 2FA prompts on login forms and offer to fill or suggest one-time passwords generated by your 2FAS mobile clients or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    rtk

    rtk

    CLI proxy that reduces LLM token consumption

    ...By minimizing the amount of noise sent to the AI model, the tool improves reasoning quality and allows longer development sessions within the same context window. The system is implemented as a lightweight Rust binary that runs locally and integrates easily with common AI coding environments.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Reposilite

    Reposilite

    Lightweight and easy-to-use repository management software

    Lightweight and easy-to-use repository manager for Maven-based artifacts in JVM ecosystem. This is simple, extensible and scalable self-hosted solution to replace managers like Nexus, Archiva, or Artifactory, with reduced resource consumption. To run Reposilite for your personal needs you should assign around 20MB of RAM and at least Java 11+ installed. For huge public repositories, you can adjust the memory limit and even the size of used thread pools in the configuration. The recommended...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    CloudFoundry UAA

    CloudFoundry UAA

    CloudFoundry User Account and Authentication (UAA) Server

    The UAA is a multi tenant identity management service, used in Cloud Foundry, but also available as a stand alone OAuth2 server. Its primary role is as an OAuth2 provider, issuing tokens for client applications to use when they act on behalf of Cloud Foundry users. It can also authenticate users with their Cloud Foundry credentials, and can act as an SSO service using those credentials (or others). It has endpoints for managing user accounts and for registering OAuth2 clients, as well as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Claw Compactor

    Claw Compactor

    14-stage Fusion Pipeline for LLM token compression

    ...It addresses the challenge of finite context windows in language models by compressing or summarizing historical interactions while preserving essential information. The system works by transforming older conversation data into condensed representations that maintain continuity without exceeding token limits. This approach allows long-running agent sessions to continue operating efficiently without losing critical context. It is especially useful in autonomous workflows where agents accumulate large volumes of interaction history over time. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 12
    Google Auth Library

    Google Auth Library

    Google Auth Library for Node.js

    This is Google's officially supported node.js client library for using OAuth 2.0 authorization and authentication with Google APIs. Use Application Default Credentials when you use a single identity for all users in your application. Especially useful for applications running on Google Cloud. Application Default Credentials also support workload identity federation to access Google Cloud resources from non-Google Cloud platforms. Use JWT when you are using a single identity for all users....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Sandboxie

    Sandboxie

    Sandboxie Plus & Classic

    ...A completely different token creation mechanism from Sandboxie's pre-open-source version makes sandboxes more independent in the system.
    Downloads: 154 This Week
    Last Update:
    See Project
  • 14
    Oh My OpenCode Slim

    Oh My OpenCode Slim

    Slimmed, cleaned and fine-tuned oh-my-opencode fork

    Oh My OpenCode Slim is a lightweight, optimized fork of the broader oh-my-opencode ecosystem, designed to deliver high-performance multi-agent coding workflows while significantly reducing token consumption and system overhead. It retains the core concept of orchestrating multiple specialized AI agents but streamlines their configuration, execution, and communication to make the system more efficient and practical for everyday use. The framework introduces a structured “pantheon” of agents, each with a defined role such as orchestration, exploration, and execution, allowing tasks to be automatically delegated and completed through coordinated workflows. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    XXL-SSO

    XXL-SSO

    A distributed single-sign-on framework

    ...It likely includes token-based authentication mechanisms, session management, and support for standard protocols. The system emphasizes reliability and ease of integration, making it suitable for enterprise applications. It may also include administrative tools for managing users, permissions, and access policies. Overall, xxl-sso provides a robust solution for managing identity across complex systems.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Lossless Claw

    Lossless Claw

    LCM (Lossless Context Management) plugin for OpenClaw

    ...Instead of relying on traditional sliding-window truncation or lossy summarization, it introduces a lossless architecture that preserves all historical messages while maintaining usable context within token limits. The system stores every interaction in a persistent database and incrementally summarizes older content into a hierarchical directed acyclic graph, allowing efficient compression without discarding information. This structure enables agents to dynamically reconstruct detailed context by expanding summaries when needed, effectively simulating perfect long-term memory.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    Claude Cognitive

    Claude Cognitive

    Persistent context and multi-instance coordination

    Claude Cognitive is an advanced memory and context-management extension designed to address the stateless limitations of Claude Code by giving the model a form of persistent “working memory” and multi-instance coordination. It introduces an attention-based context router that prioritizes files and content relevant to the current development discussion — tagging them as HOT, WARM, or COLD based on recency and keyword activation — so Claude Code doesn’t waste token budget rereading irrelevant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CodexBar

    CodexBar

    Show usage stats for OpenAI Codex and Claude Code

    CodexBar is a lightweight macOS utility that displays real-time usage statistics for AI coding tools such as OpenAI Codex and Claude Code directly from the system menu bar. The application is designed to give developers quick visibility into token consumption and activity without requiring them to open web dashboards or log into provider portals. Built in Swift with a native macOS interface, it integrates seamlessly into the desktop environment and emphasizes minimal overhead. The tool is particularly useful for monitoring usage limits, managing costs, and keeping track of AI-assisted development sessions. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Kvrocks

    Kvrocks

    NoSQL database that uses RocksDB as storage engine

    Apache Kvrocks(Incubating) is a distributed key-value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. Kvrocks intends to decrease the cost of memory and increase the capacity while compared to Redis. The design of replication and storage was inspired by rocksplicator and blackwidow. Redis protocol, user can use redis client to visit the kvrocks. Namespace, similar to redis db but use token per namespace. Replication, async replication using binlog...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Lunary

    Lunary

    The production toolkit for LLMs. Observability, prompt management

    Lunary helps developers of LLM Chatbots develop and improve them.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Claude-Mem

    Claude-Mem

    Claude Code plugin that automatically captures everything Claude does

    ...Its progressive disclosure approach intelligently injects only the most relevant context, balancing usefulness with token efficiency. Claude-Mem runs automatically in the background with no manual workflow changes required. Designed for serious developers, it transforms Claude Code into a continuously learning, project-aware coding assistant.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    Claude Code Usage Monitor

    Claude Code Usage Monitor

    Real-time Claude Code usage monitor with predictions and warnings

    Claude Code Usage Monitor is a developer-focused terminal tool that provides real-time visibility into Claude Code token consumption and session behavior. The project is designed to help users avoid unexpectedly hitting usage caps by continuously tracking token burn rate, message counts, and estimated costs during active sessions. It presents analytics through a visually rich terminal interface built with modern Python tooling, making it easy to interpret usage trends at a glance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    reCAPTCHA

    reCAPTCHA

    PHP client library for reCAPTCHA, a free service

    ...Site owners register keys, embed a small client script, and verify tokens on the server to protect actions like sign-ups, logins, and form submissions. The ecosystem supports mobile and enterprise variants, but the repo focuses on common web integrations and best practices for verifying the token securely. Deployed correctly, reCAPTCHA reduces credential stuffing, bot sign-ups, and scraping without degrading the experience for typical users.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    OpenSpace

    OpenSpace

    OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving

    OpenSpace is a self-evolving agent framework designed to improve the performance, efficiency, and collaboration of AI agents through continuous learning and shared knowledge. It introduces a system where agents develop reusable “skills” based on real task execution, allowing them to improve over time without retraining underlying models. The platform emphasizes collective intelligence, enabling multiple agents to share learned behaviors and benefit from each other’s experiences. It also focuses on cost efficiency by reducing redundant computations and reusing successful workflows, significantly lowering token usage in repeated tasks. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Kubernetes Dashboard

    Kubernetes Dashboard

    General-purpose web UI for Kubernetes clusters

    Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. To access Dashboard from your local workstation you must create a secure channel to your Kubernetes cluster. Kubeconfig Authentication method does not support external identity providers or certificate-based authentication. Metrics-Server has to be running in the cluster for the metrics and...
    Downloads: 136 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB