vrchat-community / creator-companion

The Entry Point for Making Things in VRChat
https://vrchat.com/home/download
56 stars 401 forks source link

[FEATURE] Updating headers for vpm repository with HTTP Response Header #324

Open anatawa12 opened 1 year ago

anatawa12 commented 1 year ago

Is your feature request related to a problem? Please describe. When we made VPM repository with tokens, we cannot detect / avoid token sharing.

Describe the solution you'd like I want to update header contents with response headers.

For example, VCC-Put-Header: Authorization: Bearer <new token> to add/update header and VCC-Delete-Header: Header name to delete header from headers table

Describe alternatives you've considered Identifying VCC installation with ip address can be solution but ip address is likely to change so I think this is not suitable

Additional context There is another issue to detect token sharing: #323.