Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 482 Bytes

authentication.md

File metadata and controls

17 lines (11 loc) · 482 Bytes

Authentication and Authorization

Describes authentication and authorization.

Obtaining a JWT Token

  • Log into Scoutbook or Internet Advancement
  • Open your browser's Web Developer Console
  • Look at the Network tab and find a HTTP request to api.scouting.org
  • Look at the request headers and find the Authorization header
  • Copy the token
  • Update the variable TOKEN in the config file config.sh.

JWT Token Schema

See jwt-token-schema.json