vikrant/repoarenaPublic

A self-hosted git forge built to learn how GitHub works.

  • typescript
  • git
  • nextjs

1 star · Updated 2 hours ago

Support revocable access tokens for HTTPS #2

Openvikrant opened this 2 hours ago · 0 commentsBack to issues
vikrant commented 2 hours ago

HTTPS push authenticates with your account password. A revocable token (like a GitHub PAT) would be safer, since it can be scoped and revoked without changing the password.

SSH already avoids this — add a key at /settings/keys and push over ssh://git@localhost:2222.

Sign in to comment.