GovBR Auth
📖 Guia de Início Rápido
⚡ Quick Start
⚙️ Configuração
🧩 Frameworks
🔒 Segurança e Boas Práticas
🔒 Segurança e Boas Práticas
🧪 Modo Fake Gov.br
📚 Referência API
📚 Core - Lógica Principal
🔌 Controller - Conectores para Frameworks
🧪 Fake GovBr - Modo Desenvolvimento
🔨 Utils - Funções Auxiliares
📝 Adicional
🔧 Troubleshooting
❓ Perguntas Frequentes
📝 Changelog
GovBR Auth
Index
Index
_
|
A
|
B
|
C
|
E
|
F
|
G
|
I
|
J
|
M
|
N
|
P
|
R
|
S
|
U
|
V
_
__init__() (govbr_auth.controller.GovBrConnector method)
(govbr_auth.core.govbr.GovBrAuthorize method)
(govbr_auth.core.govbr.GovBrIntegration method)
(govbr_auth.fake_govbr.FakeGovBrService method)
A
async_exchange_code_for_token() (govbr_auth.core.govbr.GovBrIntegration method)
authenticate_endpoint (govbr_auth.core.config.GovBrConfig attribute)
authenticate_user() (govbr_auth.fake_govbr.FakeGovBrService method)
authorize_endpoint (govbr_auth.core.config.GovBrConfig attribute)
B
build_authorize_url() (govbr_auth.core.govbr.GovBrAuthorize method)
build_authorize_url_sync() (govbr_auth.core.govbr.GovBrAuthorize method)
C
cleanup_expired() (govbr_auth.fake_govbr.FakeGovBrService method)
client_id (govbr_auth.core.config.GovBrConfig attribute)
client_secret (govbr_auth.core.config.GovBrConfig attribute)
code_challenge_method (govbr_auth.core.config.GovBrConfig attribute)
cpf (govbr_auth.fake_govbr.FakeUserData attribute)
create_default_fake_users() (in module govbr_auth.fake_govbr)
create_session() (govbr_auth.fake_govbr.FakeGovBrService method)
cript_verifier_secret (govbr_auth.core.config.GovBrConfig attribute)
E
email (govbr_auth.fake_govbr.FakeUserData attribute)
exchange_code_for_token() (govbr_auth.fake_govbr.FakeGovBrService method)
exchange_code_for_token_sync() (govbr_auth.core.govbr.GovBrIntegration method)
F
FakeGovBrService (class in govbr_auth.fake_govbr)
FakeUserData (class in govbr_auth.fake_govbr)
from_env() (govbr_auth.core.config.GovBrConfig class method)
G
generate_cript_verifier_secret() (in module govbr_auth.utils)
get_session() (govbr_auth.fake_govbr.FakeGovBrService method)
govbr_auth.utils
module
govbr_auth_url (govbr_auth.core.config.GovBrConfig attribute)
govbr_token_url (govbr_auth.core.config.GovBrConfig attribute)
GovBrAuthenticationError (class in govbr_auth.core.govbr)
GovBrAuthorize (class in govbr_auth.core.govbr)
GovBrConfig (class in govbr_auth.core.config)
GovBrConnector (class in govbr_auth.controller)
GovBrException (class in govbr_auth.core.govbr)
GovBrIntegration (class in govbr_auth.core.govbr)
I
init_django() (govbr_auth.controller.GovBrConnector method)
,
[1]
init_fastapi() (govbr_auth.controller.GovBrConnector method)
,
[1]
init_flask() (govbr_auth.controller.GovBrConnector method)
,
[1]
J
jwt_algorithm (govbr_auth.core.config.GovBrConfig attribute)
jwt_expire_minutes (govbr_auth.core.config.GovBrConfig attribute)
jwt_payload_decode() (govbr_auth.core.govbr.GovBrIntegration method)
jwt_secret (govbr_auth.core.config.GovBrConfig attribute)
M
model_config (govbr_auth.core.config.GovBrConfig attribute)
(govbr_auth.fake_govbr.FakeUserData attribute)
module
govbr_auth.utils
N
nome (govbr_auth.fake_govbr.FakeUserData attribute)
P
picture (govbr_auth.fake_govbr.FakeUserData attribute)
prefix (govbr_auth.core.config.GovBrConfig attribute)
process_fake_login() (in module govbr_auth.fake_govbr)
R
redirect_uri (govbr_auth.core.config.GovBrConfig attribute)
render_fake_login_page() (in module govbr_auth.fake_govbr)
response_type (govbr_auth.core.config.GovBrConfig attribute)
S
scope (govbr_auth.core.config.GovBrConfig attribute)
U
use_fake (govbr_auth.core.config.GovBrConfig attribute)
V
validate_endpoint() (govbr_auth.core.config.GovBrConfig class method)
validate_fernet_key() (govbr_auth.core.config.GovBrConfig class method)