Data Warehouse

A central repository of integrated data from one or more disparate sources. [Wikipedia link]


JSON Web Token or JWT

An open standard for Authentication that uses a JavaScript Object Notation (JSON)-encoded token to securely represent claims between two parties. Typically, the tokens are used to represent an identity and its associations, such as a user and role or group. [Wikipedia link]