gjovanovicstgjovanovicstCommunity·6 Agent Skills Included

golang-auth-api

Multi-tenant authentication API with passkeys, 2FA, and RBAC

Provides a production-ready authentication and authorization API with multi-tenancy, social login, passkeys, magic links, two-factor authentication, and role-based access control. Eliminates the need to build login systems, session management, and security hardening from scratch. Includes an admin dashboard, activity logging, webhooks, and an OIDC provider so teams ship secure user management faster.
npx skills add gjovanovicst/golang-auth-api --all -g -y
Available:

Instructs your AI agent to load the right codebase skill (project-map, route-map, auth-flows, data-model, email-system, or admin-gui) before editing, and enforces the project's build, test, security, and code style rules.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install golang-auth-api?

Run `npx skills add gjovanovicst/golang-auth-api --all -g -y` in your terminal to install all skills in this suite globally.

How to add authentication to a Go application?

Deploy this API with Docker, run the database migrations, and call its REST endpoints for registration, login, JWT tokens, and 2FA instead of writing auth code yourself.

Does it support passkeys and social login?

Yes. It includes WebAuthn passkeys for passwordless login, plus Google, Facebook, and GitHub OAuth2 with account linking.

Related Repositories in Software Engineering

View All in Software Engineering