SSO

    [sso.google]
    client_id = "123"
    client_secret = "abc"
    redirect_url = "http://localhost:8080/callback"
    scopes = ["email"]
    
    [sso.github]
    client_id = "123"
    client_secret = "abc"
    redirect_url = "http://localhost:8080/callback"
    scopes = ["email"]