# Changelog Mar 4, 2022

## Organization management API

Today we launched our API for organization management and began rolling it out to our early access customers.

Want to see how it works? Check out our [demo repository on GitHub](https://github.com/clerkinc/organizations-demo).

These API endpoints are production ready - [please reach out to support](https://clerk.com/contact/support) if you would like early access.

Please note that we do not provide UIs for this functionality yet, but hooks and javascript helpers are available. The demo repository is unstyled but filled with essential organization management features:

![JWT token implementation guide](./85d8d978085c7be23c53b7c089cb4f2a131af439-693x567.png)

Thanks to the contributors: Alex Ntousias, Giannis Katsanos, Peter Perlepes

## Custom Scopes for OAuth / Social Login

Clerk now supports custom scopes for OAuth / Social Login. Simply navigate to the "Social Login" page in your dashboard and select the Gear icon for any provider.

By default, Clerk requests the scopes necessary to retrieve any basic profile information for your user. Now, you can add any scope your application needs. For example, the "repo" scope from GitHub

![JWT token implementation guide](./88552fe0d9fa626561e0fcdc9bb543b52f8e5369-1150x438.jpg)

To retrieve the access token for the third party API, you can [use Clerk's backend API](https://clerk.com/docs/reference/backend-api/tag/users/GET/users/%7Buser_id%7D/oauth_access_tokens/%7Bprovider%7D).

Thanks to the contributors: Agis Anastasopoulos, Mark Pitsilos

## application/json support

Clerk's Backend API [now supports](https://clerk.com/docs/reference/backend-api) request bodies encoded with `application/json`, in addition to form-encoding. This is in response to developer requests and a growing ecosystem of json tooling.

This feature is automatically enabled for all applications.

Thanks to the contributors: Haris Chaniotakis

## Social Login with Microsoft & Notion

Microsoft and Notion have been added to our ever-growing list of Social Login providers. If you need support for one that isn't listed, [please reach out to support](https://clerk.com/contact/support).

Next up is Apple!

![JWT token implementation guide](./9a958394ab794528b392a9c5c4c098007dacc66d-529x318.png)

Thanks to the contributors: Mark Pitsilos, Haris Chaniotakis

## New FaunaDB JWT template

We've added a prebuilt JWT template for Fauna to improve our integration.

Check out [our Fauna guide](https://clerk.com/docs/integrations/databases/fauna.md) to get started!

![JWT token implementation guide](./afa6fcba7f058a7212d08f6793c07af17b857c76-462x517.png)

Thanks to the contributors: Agis Anastasopoulos

## New feedback form in Dashboard

Have feedback while browsing our Dashboard? Now you can easily send it straight to the Clerk team by clicking the "Give feedback" button in the dashboard.

We're tremendously grateful for any feedback that comes through and we're happy to make it easier than ever.

![JWT token implementation guide](./9c9231e8e3d3ea16fcb94daf11c6425ec0160026-998x342.png)

Thanks to the contributors: Marcel Cruz

## Testimonial cloud

Since our launch, we've been fortunate to receive some great testimonials from builders all throughout the Javascript community. Today, we launched an update to begin featuring these on our homepage.

![JWT token implementation guide](./a04c230ff7c1b7055fa94de75e9c425ecd00ed66-1568x731.png)

Thanks to the contributors: Charles Wefso, Cooper Dawson
