Allow for localhost to be used in the OAuth 2.0 Apps - Redirect URL

As a site developer, it’s frustrating not to be able to use Roblox OAuth2 (Redirect URLs) with localhost due to the requirement for a valid SSL certificate.

While having an SSL is fine, it’s not particularly useful when all I’m doing is running my site locally for testing. Most services that use OAuth2 don’t have this requirement. It’s not necessarily a bad thing, but it could be more flexible if the service recognizes that the redirect URL is localhost.

One possible improvement would be if, when localhost is detected, the service could limit the number of users or restrict access to the current user account until the URL is changed to a valid domain.

The reason I’m requesting this change is to save time. Time is valuable, and having to publish my work and wait for it to upload to my server is not an efficient development workflow under the current restriction.

Best regards,
Volvic

3 Likes

This is already a thing - here’s the documentation for it:

1 Like

As above this should be supported, if you see otherwise please let me know (here or in private via DM) which redirect URI isn’t working for you!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.