We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52958f5 commit 77ff9f0Copy full SHA for 77ff9f0
README.md
@@ -26,6 +26,20 @@ OAuth has multiple advantages over personal access tokens or SSH:
26
27
[^1]: Scenario: an old disk backup is leaked.
28
29
+## Features by host
30
+
31
+| Host | Preconfigured | OAuth | OAuth device flow |
32
+|---------------------|---------------|-------------------|-------------------|
33
+| github.com | ✔ | ✔ | ✔ |
34
+| gitlab.com | ✔ | ✔ | ✔ |
35
+| gitlab.example.com | 🗙 | ✔ | ✔ |
36
+| gitea.example.com | ✔ | ✔ | 🗙 |
37
+| forgejo.example.com | ✔ | ✔ | 🗙 |
38
+| bitbucket.org | ✔ | ✔ | 🗙 |
39
+| googlesource.com | ✔ | ✔ | 🗙 |
40
41
+OAuth device flow is useful for browserless systems.
42
43
## Installation
44
45
### All platforms
0 commit comments