Skip to content
Äkwav edited this page Feb 13, 2020 · 2 revisions

Scopes are a way to grant limited Access to some Resource (for another Resource). So you may just grant access to reading the username instead of also changing it.

Scopes are granted via AccessTokens that have to be sent in an Authorization header.

They consist of two parts

  1. List of Commands that are allowed to be executed
  2. A method that copies allowed fields from the original source to scoped source

Clone this wiki locally