معرفی شرکت ها


golang-github-cli-oauth-dev_1.0.1-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

perform OAuth Device flow and Web application flow (Go library)
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته golang-github-cli-oauth-dev
نام فایل بسته golang-github-cli-oauth-dev_1.0.1-1_all.deb
نسخه بسته 1.0.1
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/cli/oauth
مجوز -
حجم دانلود 14208
حجم نصب 72
github.com/cli/oauth is a library for Go client applications that need to perform OAuth authorization against a server, typically GitHub.com. . Traditionally, OAuth for web applications involves redirecting to a URI after the user authorizes an app. While web apps (and some native client apps) can receive a browser redirect, client apps such as CLI applications do not have such an option. . To accommodate client apps, this library implements the OAuth Device Authorization Grant (https://oauth.net/2/device-flow/) which GitHub.com now supports. With Device flow, the user is presented with a one-time code that they will have to enter in a web browser while authorizing the app on the server. Device flow is suitable for cases where the web browser may be running on a separate device than the client app itself; for example a CLI application could run within a headless, containerized instance, but the user may complete authorization using a browser on their phone. . To transparently enable OAuth authorization on any GitHub host (e.g. GHES instances without OAuth "Device flow" support), this library also bundles an implementation of OAuth web application flow in which the client app starts a local server at http://127.0.0.1:<port>/ that acts as a receiver for the browser redirect. First, Device flow is attempted, and the localhost server is used as fallback. With the localhost server, the user's web browser must be running on the same machine as the client application itself.


نیازمندی

مقدار نام
>= 1.0.0 golang-github-cli-browser-dev


نحوه نصب


نصب پکیج deb golang-github-cli-oauth-dev:

    sudo apt-get install golang-github-cli-oauth-dev_1.0.1-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-cli-oauth-dev/changelog.Debian.gz
./usr/share/doc/golang-github-cli-oauth-dev/copyright
./usr/share/gocode/src/github.com/cli/oauth/api/access_token.go
./usr/share/gocode/src/github.com/cli/oauth/api/access_token_test.go
./usr/share/gocode/src/github.com/cli/oauth/api/form.go
./usr/share/gocode/src/github.com/cli/oauth/api/form_test.go
./usr/share/gocode/src/github.com/cli/oauth/device/device_flow.go
./usr/share/gocode/src/github.com/cli/oauth/device/device_flow_test.go
./usr/share/gocode/src/github.com/cli/oauth/device/examples_test.go
./usr/share/gocode/src/github.com/cli/oauth/device/poller.go
./usr/share/gocode/src/github.com/cli/oauth/examples_test.go
./usr/share/gocode/src/github.com/cli/oauth/go.mod
./usr/share/gocode/src/github.com/cli/oauth/go.sum
./usr/share/gocode/src/github.com/cli/oauth/oauth.go
./usr/share/gocode/src/github.com/cli/oauth/oauth_device.go
./usr/share/gocode/src/github.com/cli/oauth/oauth_webapp.go
./usr/share/gocode/src/github.com/cli/oauth/webapp/examples_test.go
./usr/share/gocode/src/github.com/cli/oauth/webapp/local_server.go
./usr/share/gocode/src/github.com/cli/oauth/webapp/local_server_test.go
./usr/share/gocode/src/github.com/cli/oauth/webapp/webapp_flow.go
./usr/share/gocode/src/github.com/cli/oauth/webapp/webapp_flow_test.go