atomic-framework-app-auth

Map Atomic Framework app and authentication knowledge to controllers, models, session flows, and auth facades.

9|1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MADEVAL/Atomic-Framework-Skills --skill atomic-framework-app-auth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atomic-framework-app-auth
Source: https://github.com/MADEVAL/Atomic-Framework-Skills/tree/main/atomic-framework-app-auth
Command: npx skills add https://github.com/MADEVAL/Atomic-Framework-Skills --skill atomic-framework-app-auth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes guesswork when working with Atomic Framework application logic and authentication, helping you implement controllers, models, sessions, and login flows with verified framework behavior.

Core Features & Use Cases

  • Application Layer Guidance: Work with controllers, page rendering, app storage, and app models like Options, Meta, and MutexLock.
  • Authentication Workflows: Implement login, logout, role checks, impersonation, Google OAuth, and Telegram login correctly.
  • Session Management: Start, resume, inspect, and destroy sessions using the framework's session facades and drivers.
  • Use Case: You are building a protected dashboard with role-based access, Google sign-in, and session persistence; this Skill helps you wire the controller, auth service, and storage models together safely.

Quick Start

Ask for a secure Atomic Framework controller and auth implementation that handles login, OAuth callbacks, session checks, and role-based access control.

Frequently Asked Questions about atomic-framework-app-auth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Google OAuth login in an Atomic Framework application?

To implement Google OAuth login in an Atomic Framework application, you need to configure OAuth resolvers and map authentication logic to the correct controllers and auth facades. This Skill verifies the framework behavior for secure OAuth callbacks and session creation.

What is the best way to manage session lifecycle and role checks in Atomic Framework?

Managing session lifecycle and role checks in Atomic Framework involves using session facades and drivers to start, resume, inspect, and destroy sessions. This Skill guides you in wiring role-based access control and validated authentication behavior into your application code.

Can I use Atomic Framework controllers and models for protected dashboard routing?

Yes, you can use Atomic Framework controllers and models for protected dashboard routing. This Skill helps you wire controllers, auth services, and app storage models like Options and Meta together to enforce role-based access and session persistence safely.

Does Atomic Framework support user impersonation and Telegram login workflows?

Atomic Framework supports both user impersonation and Telegram login workflows. This Skill provides the necessary guardrails for secure, validated authentication behavior, ensuring correct handling of user providers and OAuth resolvers during these specific auth flows.

Why are my Atomic Framework authentication flows failing session validation?

Atomic Framework authentication flows fail session validation when user providers, session drivers, or OAuth resolvers are not handled accurately. This Skill removes guesswork by mapping auth knowledge to correct models and guardrails for secure, validated behavior.