Jetstream ist ein Application-Scaffold für Laravel, das ein vorgefertigtes Identitätssystem und ein Framework für die Team-Zusammenarbeit bereitstellt. Es dient als Starter-Kit, das Benutzerauthentifizierung, Profilverwaltung und Organisationstools in einer einheitlichen Projektstruktur vereint.
Die Hauptfunktionen von laravel/jetstream sind: Team Collaboration Management, Authentication Scaffolding, Team Member Management, Team Role Assignments, Laravel Scaffold Generators, Full-Stack Application Scaffolders, View Scaffolders, Team Management.
Open-Source-Alternativen zu laravel/jetstream sind unter anderem: aarondl/authboss — Authboss is a modular HTTP authentication framework for managing user identity, session lifecycles, and password… stack-auth/stack-auth — Stack Auth is an open-source authentication and authorization platform that provides pre-built UI components, OAuth… volatiletech/authboss — Authboss is a modular authentication framework designed to manage user identity and account orchestration. It provides… supabase/supabase-js — supabase-js is a comprehensive client library designed to integrate frontend applications with a hosted… usekaneo/kaneo — Kaneo is an open-source project management platform built around a kanban board interface for organizing tasks into… getgrav/grav — Grav is a flat-file content management system that eliminates the need for a traditional database by storing site…
Authboss is a modular HTTP authentication framework for managing user identity, session lifecycles, and password security. It provides a system of identity access middleware to control route access and synchronize user identity across requests via standard web protocols. The framework is distinguished by a pluggable architecture that allows for the registration of independent modules to extend identity logic. It utilizes a hook-based event system to execute custom business logic during authentication state changes and employs a selector-verifier token pattern to protect against timing attacks
Stack Auth is an open-source authentication and authorization platform that provides pre-built UI components, OAuth integration, team management, and session handling for web applications. It offers a complete authentication lifecycle covering sign-in, sign-up, session management, password recovery, and multi-factor security, with support for passkey authentication and OAuth providers including Google, GitHub, and Apple. The platform includes a team-based permission system with role-based access control, allowing users to be organized into teams with granular permissions for membership manage
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
supabase-js is a comprehensive client library designed to integrate frontend applications with a hosted backend-as-a-service. It provides a unified interface for interacting with a PostgreSQL database, identity management systems, cloud object storage, and real-time data synchronization. The library features an isomorphic client design that operates across both browser and server environments. It distinguishes itself through a type-safe approach, utilizing TypeScript to map database schemas directly to client-side definitions, and employs a PostgREST-based API to translate JavaScript calls in