Updates dependencies badge

This commit is contained in:
MiscFrizzy 2025-04-07 06:44:48 -04:00
parent 24d0601168
commit 8fdc1523ab

View file

@ -4,7 +4,7 @@
[![Build](https://github.com/PrideVRInc/VRCAuthProxy/actions/workflows/build.yml/badge.svg)](https://github.com/PrideVRInc/VRCAuthProxy/actions/workflows/build.yml)
[![Tests](https://github.com/PrideVRInc/VRCAuthProxy/actions/workflows/test.yml/badge.svg)](https://github.com/PrideVRInc/VRCAuthProxy/actions/workflows/test.yml)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/PrideVRInc/VRCAuthProxy/releases)
[![Dependencies](https://img.shields.io/david/PrideVRInc/VRCAuthProxy.svg)](https://david-dm.org/PrideVRInc/VRCAuthProxy)
![Dependencies](https://img.shields.io/librariesio/github/:user/:repo)
[![License](https://img.shields.io/badge/license-MPL--2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
This authorization proxy service is for consuming the VRChat API in a multi-application / microservice architecture. Configure the proxy with the credentials for accounts you use to make API calls and direct your API clients to the proxy service instead of the VRChat API. The proxy server will handle the authorization call flow and caching of the authorization tokens for subsequent authorized calls.