auth-system

Community

Auth and RBAC for Flask apps.

Authorgizix
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides complete authentication and authorization implementations for Flask, including JWT handling, RBAC, and OAuth integration patterns.

Core Features & Use Cases

  • JWT Auth: User registration, login, token generation, and refresh.
  • RBAC: Role-based access control with role checks and decorators.
  • Security Best Practices: Token blacklisting, secure password handling, and protected endpoints.

Quick Start

Use the auth system to implement login, token refresh, and protected routes in a Flask app.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: auth-system
Download link: https://github.com/gizix/cc_projects/archive/main.zip#auth-system

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository