Getting started
From "I want to use Febasi Auth" to "I'm logging in with my tenant" in three steps.
This walkthrough takes you from a fresh Febasi account to a working Auth tenant ready to receive integration requests from your application.
Prerequisites
- A modern browser.
- An email address.
- Five minutes.
The flow
Sign in to Eved
Go to app.febasi.com.br and sign in. If you do not have an account, follow the sign-up flow on the same page — the first user of an organization becomes its owner.
Create a workspace
A workspace holds your team's projects. From the platform sidebar, choose + New workspace and provide:
| Field | Constraint |
|---|---|
name | 2–255 characters. |
slug | Optional, 2–100 chars, lowercase + numbers + hyphens. |
description | Optional, up to 1000 chars. |
logo | Optional URL to a workspace logo. |
Pick something stable — workspace slug appears in URLs and member invitations.
See Workspaces for the full member model and settings.
Create an Auth project
Inside your workspace, choose + New project and pick Authentication from the six project types.
This opens the Auth project wizard — five steps that capture your tenant code, password policy, token lifetimes, session limits, and a final review. Submitting the wizard creates the tenant in the Febasi Auth service and returns you to the Auth dashboard.
From here you have everything Febasi Auth offers: users, roles, permissions, tokens, JWT secret, CORS, IP allowlist, and audit logs — all visible in the dashboard, all available via the Auth API for your application.
What you have after these three steps
- A workspace that holds this project and any future ones.
- An Auth project linked to a tenant in the Febasi Auth service.
- Default roles (
super_adminand the system roles) seeded inside the tenant. - A dashboard where you can manage users, roles, permissions, and security settings without writing any code.