Skip to content

Discourse SSO in Go for Kite Connect. Serves as a template for implementing other Discourse integrations.

License

Notifications You must be signed in to change notification settings

zerodha/kite-discourse-sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discourse SSO in Go

Discourse SSO in Go for Kite Connect. Serves as a template for implementing other Discourse integrations.

Usage

Compile the app with go build and host it at a public endpoint (eg: http://sso.site.com).

Add the auth endpoint http://sso.site.com/kite/auth as the sso_url in Discourse settings.

Execute the program with the config vars:

SSO_ROOT_URL=https://discuss.zerodha.com \
SSO_SECRET=discourse_sso_secret \
KITE_KEY=kite_api_key \
KITE_SECRET=kite_api_secret \
./kite-discourse-sso

Licensed under the MIT License.

About

Discourse SSO in Go for Kite Connect. Serves as a template for implementing other Discourse integrations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages