Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tullo/gh-oauth-example
gh oauth authentication
https://github.com/tullo/gh-oauth-example
github-api github-authentication oauth okteto-cloud
Last synced: 7 days ago
JSON representation
gh oauth authentication
- Host: GitHub
- URL: https://github.com/tullo/gh-oauth-example
- Owner: tullo
- License: unlicense
- Created: 2022-01-30T20:08:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T10:17:08.000Z (11 months ago)
- Last Synced: 2023-12-10T11:26:13.865Z (11 months ago)
- Topics: github-api, github-authentication, oauth, okteto-cloud
- Language: HTML
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-oauth-example
## [localhost](https://github.com/tullo/gh-oauth-example/releases/tag/v0.1.0)
```sh
./run.sh
```---
## [okteto](https://github.com/tullo/gh-oauth-example/releases/tag/v0.2.0)
```sh
okteto up
./run.sh
```Open [gh-oauth-example-dev-tullo.cloud.okteto.net/]() and authenticate.
---
## [civo](https://github.com/tullo/gh-oauth-example/releases/tag/v0.4.0)
```sh
kubectl apply -f manifests/
kubectl set image deployment/gh-oauth-example gh-oauth-example=docker.io/tullo/gh-oauth-example:civo
```Open [gh-oauth-example.ac2c224e-978f-454a-8780-7af4740383ae.k8s.civo.com/](https://gh-oauth-example.ac2c224e-978f-454a-8780-7af4740383ae.k8s.civo.com/) and authenticate.
---