-
Notifications
You must be signed in to change notification settings - Fork 0
Flask Component User
Quinn Bast edited this page Apr 8, 2019
·
1 revision
The User object is simply a model that is used to store JWT information in an easier way. The User object stores the user's username, and broadsoft_cookie, which authenticates them with the API servers. The User object allows methods to convert the object to a JSON format, or creates User object from a JWT identity.
- Introduction
- Flask
- Setup
- Configuration
- Logging
- REST Endpoints
- Major Flask Modules
- React
- Setup
- Configuration
- React Globals
- Major React Components