Hi, anyone know how many time the token given from rocket chat api when we login through username and password lasts?
Found some post but nothing very enlightening.
Thanks in advance :))
Hi, anyone know how many time the token given from rocket chat api when we login through username and password lasts?
Found some post but nothing very enlightening.
Thanks in advance :))
Hi!
Maybe this is what you are looking for?
Login Expiration in Days : After this number of days of inactivity, the user will be logged out.
Consider that, if doing integrations, is better to generate a PAT (Personal Access Token) so you don’t have do worry about token expiration or generation alltogether:
Yeah, this helped a lot. I already generated a personal access token but wanted to know if the token when loged in with it had a refresh rate.
Thank you.