eurofurence / ef-app_android

Eurofurence App (Android version)
MIT License
13 stars 5 forks source link

Not remembering login #272

Closed MarcusWolschon closed 6 years ago

MarcusWolschon commented 6 years ago

It seems that the app is a) not staying logged in (e.g. remembering an OAUTH token) and b) not remembering any of the login credentials. Not only the password but also not remembering reg-nr, and username. Since they are often stored in the web browser, the user has to look them up and find out what the credentials for the current year as opposed to past decades are.

Requinard commented 6 years ago

e7c05a50f87f60a73ea8c5f218584583ee73a35b

Is this behaviour still valid? Tokens will still get cleared when they are no longer valid. This is included in the key itself (which is JWT)

MarcusWolschon commented 6 years ago

How long is such a token valid?

Pinselohrkater commented 6 years ago

30 days after issuing (=login)

MarcusWolschon commented 6 years ago

In such a case a message to the user after a token has expired would be nice. I'll see at the next update if I'm still logged in.