add oauth2-proxy
This commit is contained in:
parent
614ef16063
commit
6da9551d66
10 changed files with 216 additions and 0 deletions
|
@ -90,6 +90,12 @@ in
|
|||
redirectURIs = [ "https://flux.0x76.dev/oauth2/callback" ];
|
||||
secretEnv = "FLUX_CLIENT_SECRET";
|
||||
}
|
||||
{
|
||||
id = "oauth2-proxy";
|
||||
name = "OAuth2 Proxy";
|
||||
redirectURIs = [ "https://o2p.0x76.dev/oauth2/callback" ];
|
||||
secretEnv = "O2P_CLIENT_SECRET";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue