-
Notifications
You must be signed in to change notification settings - Fork 41
OAuth Usage and Scopes
Cory McDonald edited this page Sep 3, 2020
·
1 revision
We have several applications that request various data. As a general rule, Brave tries to reduce the accessible data for each connection. This document explains what our current use of scopes are for each application.
We currently request read-only access to the user. This is the least amount of permissions we can request.
Scope | Reason |
---|---|
balances:read | Allows us to determine if funds were correctly deposited into a users account |
account:read | Allows us to receive Verified status and country information. Determines if a user is payable. |
payments:create | Allows us to create an address to deposit funds to |