cuba-platform / frontend

Monorepo for CUBA Platform Frontend Tools and Libraries
Apache License 2.0
24 stars 12 forks source link

Support refresh_token #17

Open web-devel opened 6 years ago

BryanYin commented 4 years ago

And we need all information fetched from auth/token endpoint as shown below:

{
  "access_token": "29bc6b45-83cd-4050-8c7a-2a8a60adf251",
  "token_type": "bearer",
  "refresh_token": "e765446f-d49e-4634-a6d3-2d0583a0e7ea",
  "expires_in": 43198,
  "scope": "rest-api"
}