Skip to content

Replace legacy Devise token auth with Bearer token authentication.#1

Open
brunoluigi wants to merge 1 commit intomasterfrom
fix/auth-with-bearer-token
Open

Replace legacy Devise token auth with Bearer token authentication.#1
brunoluigi wants to merge 1 commit intomasterfrom
fix/auth-with-bearer-token

Conversation

@brunoluigi
Copy link
Copy Markdown

Authorization: Bearer <api_key> header replaces the old dual-send pattern (Basic auth username + ?auth_token= query param). Login flow simplified to accept an API key directly — removes the /sessions password exchange entirely. Credentials file now stores just the api_key; .last on the split handles existing 2-line files transparently.

`Authorization: Bearer <api_key>` header replaces the old dual-send pattern (Basic auth username + `?auth_token=` query param). Login flow simplified to accept an API key directly — removes the `/sessions` password exchange entirely. Credentials file now stores just the api_key; `.last` on the split handles existing 2-line files transparently.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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.

1 participant