GitXplorerGitXplorer
I

zoom_schedule_backend_go

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
47e5874d6748803c054e729cf3cb620bbbde75ca

Merge pull request #2 from IceToast/dependabot/go_modules/go.mongodb.org/mongo-driver-1.5.1

IIceToast committed 3 years ago
Verified
7d0bba7ce3f4a2fecfaebcac3fd591ab925ab0ed

Bump go.mongodb.org/mongo-driver from 1.5.0 to 1.5.1

ddependabot[bot] committed 3 years ago
Unverified
62634f2c744d2babb11448dc38c45c810ebb44d2

Remove AccessToken and ExpiresAt from ExternalAuthUser -> unnecessary

IIceToast committed 4 years ago
Unverified
a302189c090c2de0d01eb5b3f7848c74337f0b6b

Fixed diesen drecks mongodb socket leak *cry*

IIceToast committed 4 years ago
Unverified
f2d888b22aec485a7ddbbc15c463624145e1a20e

Changed Logout redirect to referer Header

IIceToast committed 4 years ago
Unverified
13d0c1c858e1f01dd14e2a5e1d26aa6ecf3e22a2

Change ResponseStatus on invalid session_id

IIceToast committed 4 years ago

README

The README file for this repository.

Go Build & Deploy code style: prettier

Zoom Schedule Backend

This is the backend for the Zoom Schedule App

To host this App yourself (without editing much) you have to change the "Host" constant, to your desired OAuth Callback Domain, in the main.go and provide some environment variables (for Example in a .env-file) like the following:

  • MongoDB Connection string ("CONNECTION_STRING=")
  • OAuth Provider IDs ("PROVIDER_CLIENT_ID=")
  • OAuth Provider Secrets ("PROVIDER_SECRET=")

Resolve missing dependencies

go get

Build the backend

go build

Run the backend

go run