Skip to content

Commit

Permalink
1.1.99-15 support github
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed May 14, 2024
1 parent 1684517 commit cc6a291
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hbbs"
version = "1.1.99-14"
version = "1.1.99-15"
authors = ["rustdesk <[email protected]>", "sctg <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
rustdesk-server (1.1.99-15) UNRELEASED; urgency=low

* oauth: add support for github
* bug: address book name must be unique

rustdesk-server (1.1.99-14) UNRELEASED; urgency=low

* oauth: use username from id_token if available
Expand Down
2 changes: 1 addition & 1 deletion oauth2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ authorization_url = "https://dex-mock-server.example.org/dex/auth"
token_exchange_url = "https://dex-mock-server.example.org/dex/token"
app_id = "sctgdesk-api-server"
app_secret = "SXNVYj436762BjKJsJXdXpkbHFYbU0="
op_auth_string = "common-oidc/[{\"name\":\"dex\"}]"
op_auth_string = "oidc/dex"
op = "dex"
scope = "openid email profile"

0 comments on commit cc6a291

Please sign in to comment.