Skip to main content

485 Search results for "token"

Authentication / Account security /

About authentication to GitHub

and password with two-factor authentication, or a passkey Personal access token SSH key Authenticating in your browser If you're a member of an enterprise

Get started / Learning about GitHub /

GitHub glossary

on GitHub can also be a part of a team that can be mentioned. access token A token that is used in place of a password when performing Git operations over

REST API / Authentication /

Permissions required for GitHub Apps

endpoint. Organization permissions for "API Insights" Endpoint Access Token types Additional permissions GET /orgs/{org}/insights/api/route-stats/{a

Apps / Creating GitHub Apps / About creating GitHub Apps /

Best practices for creating a GitHub App

select the minimum permissions that your GitHub App needs. If any keys or tokens for your app become compromised, this will limit the amount of damage that

Migrations / GitHub Enterprise Importer / Migrate from Azure DevOps /

Managing access for a migration from Azure DevOps

organization on GitHub A personal access token that can access the destination organization on GitHub The personal access token must have all the required scopes

GitHub Actions / Security / Security harden deployments /

About security hardening with OpenID Connect

OpenID Connect allows your workflows to exchange short-lived tokens directly from your cloud provider. Overview of OpenID Connect GitHub Actions workflows

Migrations / GitHub Enterprise Importer / Migrate between GitHub products /

Managing access for a migration between GitHub products

enterprise account A personal access token that can access the organization or enterprise account The personal access token must have all the required scopes

Migrations / GitHub Enterprise Importer / Migrate from Bitbucket Server /

Managing access for a migration from Bitbucket Server

organization on GitHub A personal access token that can access the destination organization on GitHub The personal access token must have all the required scopes

Apps / Creating GitHub Apps / Authenticate with a GitHub App /

Authenticating as a GitHub App installation

you must first generate an installation access token. Then, you will send the installation access token in the Authorization header of your subsequent

Apps / Creating GitHub Apps / Writing code for a GitHub App /

Building a "Login with GitHub" button with a GitHub App

Follow this tutorial to write Ruby code to generate a user access token via the web application flow for your GitHub App. Introduction This tutorial demonstrates