Skip to content

I want to set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI #130

@miyagin15

Description

@miyagin15

I tried to set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI.
but it worked only first URL.
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/A","http://127.0.0.1:3000/B"]
in this case, "http://127.0.0.1:3000/A" was ok, but http://127.0.0.1:3000/B was not.
I tried to reverse,
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/B","http://127.0.0.1:3000/A"]
"http://127.0.0.1:3000/B" is ok, but "http://127.0.0.1:3000/A" is not

I tried many format
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/B","http://127.0.0.1:3000/A"] REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ("http://127.0.0.1:3000/B","http://127.0.0.1:3000/A") REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/B","http://127.0.0.1:3000/A" REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/B" REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/A"
all of these didn't work for me.

How can I set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions