# Changelog Feb 11, 2022

## Usernames from social logins

We now save usernames from social login providers that provide them through their OpenID connect flow. This includes:

- GitHub
- GitLab
- Twitter
- Bitbucket
- Discord
- Twitch

The username is accessible in the `external_accounts` section of the User object.

## Frontend-accessible database suite

Clerk now has integrations with three different vendors who enable frontend developers to make database queries, including:

- [Supabase](https://clerk.com/docs/integrations/databases/supabase.md)
- [Hasura](https://clerk.com/docs/integrations/databases/hasura.md)
- [Firebase](https://clerk.com/docs/integrations/databases/firebase.md)

These vendors share an ethos with Clerk. We each believe in empowering frontend developers to do more on their own, without requiring the assistance of a backend developer.

Up next, we we will add Fauna to the suite.

## Dropbox and Bitbucket social login

This week, we added Dropbox and Bitbucket to our list of social login providers.

![Dropbox and Bitbucket social login screenshot](./8cd2d83e6e63e3cdbb8c538b0ed291cd3c4c63fc-1032x550.png)

We're particularly excited to add Bitbucket, which rounds out the version control suite of Bitbucket, GitLab, and GitHub.

Next, we plan to add Microsoft, Apple, and Notion.

## BCrypt and Django password migrations

Our [API endpoint for migrating users](https://clerk.com/docs/reference/backend-api/tag/users/POST/users) now accepts both BCrypt and Django-style (pbkdf2-sha256) password digests.

Need to migrate a different password digest? Please [contact support](https://clerk.com/contact/support) and we can add support in under 1 week.
