[PR #587] [MERGED] New implementation of the auth command #526

Closed
opened 2026-02-25 20:33:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/587
Author: @ku1ik
Created: 11/2/2023
Status: Merged
Merged: 12/21/2023
Merged by: @ku1ik

Base: developHead: rust-auth


📝 Commits (1)

  • 7005e81 New implementation of auth command

📊 Changes

2 files changed (+20 additions, -2 deletions)

View changed files

📝 src/lib.rs (+13 -0)
📝 src/main.rs (+7 -2)

📄 Description

No hard-coded server URL, requires explicit server URL as the first argument to auth:

asciinema auth https://asciinema.org

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/587 **Author:** [@ku1ik](https://github.com/ku1ik) **Created:** 11/2/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `rust-auth` --- ### 📝 Commits (1) - [`7005e81`](https://github.com/asciinema/asciinema/commit/7005e813b82af732d8fbeebcc1932fcff1cfeefb) New implementation of auth command ### 📊 Changes **2 files changed** (+20 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib.rs` (+13 -0) 📝 `src/main.rs` (+7 -2) </details> ### 📄 Description No hard-coded server URL, requires explicit server URL as the first argument to `auth`: ```sh asciinema auth https://asciinema.org ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#526
No description provided.