Skip to content

Clarify auth vs adminAuth method choices in wallet-gateway configuration#893

Merged
danielporterda merged 2 commits into
mainfrom
fix/788-wallet-gateway-auth-clarity
Jul 1, 2026
Merged

Clarify auth vs adminAuth method choices in wallet-gateway configuration#893
danielporterda merged 2 commits into
mainfrom
fix/788-wallet-gateway-auth-clarity

Conversation

@8bitpal

@8bitpal 8bitpal commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

The auth and adminAuth field descriptions did not state which authentication method belongs to each field. Users were confused about when to use authorization_code vs client_credentials.

  • auth: user-facing UI login — use authorization_code (or self_signed for dev)
  • adminAuth: backend only — use client_credentials

Closes #788

@mintlify

mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
cantonfoundation 🟢 Ready View Preview Jun 29, 2026, 6:18 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

The auth and adminAuth field descriptions did not explain which
authentication method to use for each. Auth is user-facing (UI login,
use authorization_code), adminAuth is backend-only (use
client_credentials).

Closes #788

Signed-off-by: 8bitpal <elias@zerolimit.es>
Signed-off-by: 8bitpal <eliashaase@gmail.com>
@8bitpal 8bitpal force-pushed the fix/788-wallet-gateway-auth-clarity branch from dd9c300 to 4850dcd Compare June 29, 2026 06:33
@8bitpal 8bitpal marked this pull request as ready for review June 29, 2026 06:36
@danielporterda danielporterda merged commit 08d7d5d into main Jul 1, 2026
4 checks passed
@danielporterda danielporterda deleted the fix/788-wallet-gateway-auth-clarity branch July 1, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

wallet gateway configuration is unclear

2 participants