30 open-source projects similar to atomrc/cyclejs-auth0, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cyclejs Auth0 alternative.
Flask extension that provides integration with Azure Storage
Rate Limiting extension for Flask
Distributed advertisement-based BTLE presence detection reported via mqtt
Tippy.js is a JavaScript tooltip library and interactive popup framework used to create tooltips, popovers, and dropdowns. It functions as a floating UI component toolkit that renders content relative to a reference element with support for automatic positioning, flip-positioning, and offsets. The library acts as an accessible overlay manager, using ARIA attributes and focus management to ensure screen reader compatibility. It also serves as a CSS animation tool, providing utilities for transitions, spring physics, and themes to manage the visual entry and exit of floating interface elements.
Basic JSON-RPC implementation for your Flask-powered sites
sinject is a simple injection framework for javascript. It was built because circular dependencies and module loaders don't play nicely together, and neither do circular dependencies and constructor injection.
Makes all children of a selected component sortable
Configuration UI for Home Assistant
Utility for the Cycle.js framework for reducing boilerplate when creating many dependent streams.
Floating UI is a JavaScript positioning library and layout engine designed to calculate the exact coordinates for floating interface elements such as tooltips, popovers, and dropdowns. It functions as a floating element orchestrator that ensures these components remain visible and aligned relative to a reference element. The library features a platform-abstraction layer that decouples positioning logic from the document object model. This allows the engine to support both standard web environments and non-DOM targets, including canvas or graphics buffers, through custom coordinate and measure
Freezes a Flask application into a set of static files.
This project is a shell scripting environment and task automation toolset that enables the execution of system commands directly within JavaScript. It functions as a process execution wrapper, providing a unified interface for spawning external utilities, managing system processes, and orchestrating complex workflows. The tool distinguishes itself by using tagged template literals to automatically escape shell arguments, which prevents command injection vulnerabilities during execution. It supports both synchronous and asynchronous command execution, allowing developers to choose between bloc
Adds GraphQL support to your Flask application.
Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a collection of immutable objects and arrays that prevent direct mutation to ensure predictable state management in JavaScript applications. The library utilizes structural sharing to efficiently create new versions of data without full copying and implements lazy sequence processing to chain data transformations that execute only when values are requested. It also supports batch mutation processing, allowing multiple changes to be applied to a temporary mutable copy before returning
Fuse is a JavaScript fuzzy search library and client-side search engine designed to index and query JSON data. It provides utilities for approximate string matching and ranking results by relevance, allowing applications to perform fast filtering and searching of datasets without a dedicated backend. The library distinguishes itself through a token-based search implementation that supports word-order independence and relevance weighting. It utilizes edit-distance scoring to handle typos and insertions, and employs a system of field weighting to prioritize matches in high-value data keys. The
Fulltext searchable models for SQLAlchemy. Only supports PostgreSQL
Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.
Converts Earl Grey's document building syntax to vtree that works with Cycle.js.
Augments your Cycle.js component (main function) by storing its onion-shaped state in local storage.
Flask-Mail adds SMTP mail sending to your Flask applications
Flask-SocketIO is a Flask extension that integrates the Socket.IO real-time communication protocol into Flask applications, enabling persistent bidirectional connections between servers and clients. It transparently switches between WebSocket and HTTP long-polling while maintaining a persistent session identity, and provides a full event-driven framework for real-time web application communication. The library distinguishes itself with support for namespace multiplexing, allowing event handlers to be isolated into separate namespaces with independent lifecycle and routing. It also offers room
Terse syntax for hyperscript.
An RxJS functional interface to Facebook's React.
A NodeJS RESTful API which can be used with Home Assistant to report the state of Docker Containers