[#5909] added Linear OAuth2 provider

Co-authored-by: chnfyi <143424481+chnfyi@users.noreply.github.com>
This commit is contained in:
Gani Georgiev
2024-11-22 22:42:04 +02:00
parent 305e183f58
commit e3bf81cb79
34 changed files with 167 additions and 36 deletions

View File

@@ -3,6 +3,8 @@
> [!CAUTION]
> **This is a prerelease intended for test and experimental purposes only!**
- Added Linear OAuth2 provider ([#5909](https://github.com/pocketbase/pocketbase/pull/5909); thanks @chnfyi).
- Fixed rate limiter rules matching to acount for the `Audience` field.
- Force closing the realtime connection on unregistering a client (aka. on `app.SubscriptionsBroker().Unregister(clientId)`)