jaeyun0503 opened a new pull request, #3693:
URL: https://github.com/apache/texera/pull/3693

   ### Summary 
   In effort to make jwt token's expiration time configurable, we added the 
expiration time in minutes to `auth.conf` so that users can change the token's 
expiration time easily. 
   
   Variables that were related to expiration time (ex: 
`TOKEN_EXPIRE_TIME_IN_MINUTES`) are now assigned to the value that is read from 
`auth.conf`.  To make sure `auth.service.ts` also uses the value from 
`auth.conf`, a new attribute is added to `GuiConfig` as 
`expirationTimeInMinutes`. After discussion with @aicam and @aglinxinyuan, we 
decided not to add a separate config interface for `auth.conf` since in near 
future all the configs will be combined into one interface.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to