schedule-job-server

command module
v0.0.0-...-8509c45 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2024 License: MIT Imports: 13 Imported by: 0

README

Schedule Job Server

Docker Image Build With Push Docker Pulls GitHub go.mod Go version Docker Image Size (tag) postgresql

Auth

  • OAuth 방식을 지원합니다.
OAuth 2.0 Github Apps
// Example for Github App
oauth.Core.AddProvider("github", &oauth.Github{
  ClientId:             ":Client ID:",
  ClientSecret:         ":Client Secret:",
  RedirectUrl:          ":Callback URL:",
  GithubAccessTokenAPI: "https://github.com/login/oauth/access_token",
  GithubUserAPI:        "https://api.github.com/user",
  GithubLoginUrl:       "https://github.com/login/oauth/authorize",
})

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL