How can I make a Roblox app, with authorization page?

I was just logging in to Roblox events page and I saw this authorization page:


How can I make a Roblox app like this, that will ask for permissions? Is this API even available yet?

1 Like

I don’t see why you’d need this
it’s requesting basic stuff that’s literally public information

2 Likes

It’s not really needed, but it seems pretty cool to have something like this.

Is this a page affiliated with Roblox? If not, then this is a sort of “Private Policy” even though it lacks many parts of a valid one.

1 Like

Yes it is, the host domain is roblox.com.

You can’t. There’s no public API for OAuth2 (Like discord).

1 Like

I didn’t find much information, but in the DRC they announced that up to 2022 games could use this, for those who are a Web Developer it’s worth looking at the api: Authentication Api

2 Likes

Which one of these has that type of API then?

Take a look at this one first, see the instructions, example codes, start with /v2/auth/metadata and then go to /v2/login and so on…

1 Like

Ok, sorry for the bump but I will say - it’s useful for people making websites as it is an OAuth strat where people can login in with roblox (similar to Login With Discord)

Great for websites like Hyra etc

1 Like

That looks like the simple API that Roblox uses to log users in. Not what I’m looking for in particular.