Skip to content

Clarify GitHub authorization copy#286

Open
GHX5T-SOL wants to merge 1 commit into
algora-io:mainfrom
GHX5T-SOL:fix/169-auth-permission-copy
Open

Clarify GitHub authorization copy#286
GHX5T-SOL wants to merge 1 commit into
algora-io:mainfrom
GHX5T-SOL:fix/169-auth-permission-copy

Conversation

@GHX5T-SOL
Copy link
Copy Markdown

Fixes #169.

Summary

  • explain GitHub’s “act on your behalf” wording under the developer GitHub sign-in button
  • clarify that Algora uses GitHub authorization for identity/requested actions, while repository access is granted through GitHub App installation
  • add a LiveView regression test for the login page copy

Validation

  • TEST_DATABASE_URL=postgresql://postgres:postgres@localhost:15432/algora_test mix test test/algora_web/live/sign_in_live_test.exs (1 test, 0 failures)
  • mix format --check-formatted lib/algora_web/live/sign_in_live.ex test/algora_web/live/sign_in_live_test.exs
  • git diff HEAD~1..HEAD --check
  • git diff HEAD~1..HEAD | gitleaks detect --pipe --no-banner --redact (no leaks found)

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.

Why does it need to act on my behalf?

1 participant