You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kahmali !
I found a issue. When i used login provide by Meteor with method Meteor.loginWithPassword() then i saw services.resume.loginTokens = [1: {when: ...., hashedToken: ....}]. But when I login with REST API api/login then services.resume.loginTokens = [0: {hashedToken: ....}] not have when. So i think it login forever and hasn't time expire token
p/s: How do time expire token after login with rest api: api/login
The text was updated successfully, but these errors were encountered:
Hi @kahmali !
I found a issue. When i used login provide by Meteor with method
Meteor.loginWithPassword()
then i sawservices.resume.loginTokens = [1: {when: ...., hashedToken: ....}]
. But when I login with REST APIapi/login
thenservices.resume.loginTokens = [0: {hashedToken: ....}]
not havewhen
. So i think it login forever and hasn't time expire tokenp/s: How do time expire token after login with rest api:
api/login
The text was updated successfully, but these errors were encountered: