banane
This commit is contained in:
parent
4a559399f9
commit
72b3eb30c3
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ async fn main() {
|
|||
// initialize tracing
|
||||
let oauth = BasicClient::new(ClientId::new(unwrap_env!("CLIENT_ID")))
|
||||
.set_redirect_uri(
|
||||
RedirectUrl::new("http://localhost:3000/auth/callback".to_string()).unwrap(),
|
||||
RedirectUrl::new("http://localhost:9911/auth/callback".to_string()).unwrap(),
|
||||
)
|
||||
.set_introspection_url(
|
||||
IntrospectionUrl::new("https://api.intra.42.fr/oauth/token/info".to_string())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue