https://github.com/ibm-cloud-security/appid-sample-golang
https://github.com/ibm-cloud-security/appid-sample-golang
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibm-cloud-security/appid-sample-golang
- Owner: ibm-cloud-security
- Created: 2018-11-20T15:11:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T10:28:09.000Z (about 5 years ago)
- Last Synced: 2025-01-11T01:12:13.504Z (over 1 year ago)
- Language: Go
- Size: 2.78 MB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run this application
- Install Go : https://golang.org/doc/install
- Make sure your go workspace exists in `$HOME/go`
- Unzip this app `appid.zip`, under `$HOME/go/src/`, so that the project structure is `$HOME/go/src/appid.`
- Update your AppID values in `/config/appid_config.json`. (Don't forget to add the redirect url in App ID instance, pointing to `localhost:3000/auth/callback`).
- Execute `go run main.go` from `$HOME/go/src/appid`.
- Open `localhost:3000/home`. This should show the main login page.