given files
This commit is contained in:
parent
9bf88844e9
commit
a2c31f873d
48 changed files with 10458 additions and 0 deletions
6
src/utils/auth.js
Normal file
6
src/utils/auth.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// FIXME: This file should handle the authentication
|
||||
// Functions may include:
|
||||
// - getToken (exchanges the code for a token)
|
||||
// - refreshToken (refreshes the token using the refresh_token)
|
||||
// - authenticate (checks if the user is authenticated)
|
||||
// - authedAPIRequest (makes an authenticated request to the API)
|
||||
Loading…
Add table
Add a link
Reference in a new issue