awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesAuthentication Workflows

Specific implementation of sign-in and sign-out patterns and route protection for a framework.

Distinct from Next.js Integrations: Focuses on the authentication lifecycle and route protection specifically, not general third-party service integration.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Authentication Workflows. Refine with filters or upvote what's useful.

Awesome Authentication Workflows GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vvo/iron-sessionvvo का अवतार

    vvo/iron-session

    4,130GitHub पर देखें↗

    iron-session JavaScript के लिए एक स्टेटलेस सत्र प्रबंधन लाइब्रेरी है जो एन्क्रिप्टेड और हस्ताक्षरित सत्र डेटा को सीधे ब्राउज़र कुकीज़ में संग्रहीत करती है। यह सत्र पुनर्प्राप्ति के लिए सर्वर-साइड डेटाबेस या नेटवर्क लुकअप की आवश्यकता के बिना उपयोगकर्ता पहचान को सत्यापित करने के लिए प्रमाणीकरण मिडलवेयर के रूप में कार्य करती है। प्रोजेक्ट एक सममित कुंजी एन्क्रिप्शन टूल प्रदान करता है जो वर्ज़न्ड पासवर्ड रोटेशन का समर्थन करता है। यह सक्रिय उपयोगकर्ता सत्रों को अमान्य किए बिना सिस्टम में एन्क्रिप्शन कुंजियों को अपडेट करने की अनुमति देता है। सत्र प्रबंधन से परे, लाइब्रेरी में मनमाने डेटा ऑब्जेक्ट को सुरक्षित हस्ताक्षरित स्ट्रिंग्स में सील करने और यह सुनिश्चित करने के लिए उन्हें अनसील करने के लिए उपयोगिताएँ शामिल हैं कि सामग्री के साथ छेड़छाड़ नहीं की गई है। ये क्षमताएं सुरक्षित टोकन और मैजिक लॉगिन लिंक के निर्माण का समर्थन करती हैं।

    Provides a secure authentication and state persistence workflow specifically for Next.js applications.

    TypeScriptauthenticationcookiesexpressjs
    GitHub पर देखें↗4,130
  • vvo/next-iron-sessionvvo का अवतार

    vvo/next-iron-session

    4,125GitHub पर देखें↗

    next-iron-session is a session management library for Next.js applications that stores encrypted user state in secure browser cookies. This system enables stateless session management, allowing applications to maintain user identity without requiring a server-side database for session tracking. The project provides utilities for securing data payloads through symmetric-key encryption and signing, including support for versioned encryption key rotation. It includes tools for implementing passwordless authentication via secure one-time magic links and integrating external identity providers thr

    Manages user login and logout flows and protects restricted routes within Next.js applications.

    TypeScript
    GitHub पर देखें↗4,125
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Framework-Specific Integrations
  5. Next.js Integrations
  6. Authentication Workflows