generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
From time to time I come across people using unstable URLs for semi-production ready apps, for instance, this one from SafeSkies (a bluesky moderation app) — whilst they have the domain https://safeskies.app/ which is where you're redirected to, it seems the client_id that they use has become an internal heroku URL that backs that domain.
prod-safe-skies-api-231a3f5f5b17.herokuapp.com/oauth/client-metadata.json
We should probably figure out some way for that client_id to signal "hey, I'm actually https://safeskies.app/oauth/client-metadata.json — perhaps through redirect handling or signing or something?
Metadata
Metadata
Assignees
Labels
No labels