Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flowauth should display year (and also seconds and timezone?) in the token expiry date #260

Closed
maxalbert opened this issue Jan 19, 2019 · 1 comment · Fixed by #896
Closed
Labels
FlowAuth Issues related to FlowAuth UX/UI

Comments

@maxalbert
Copy link
Contributor

Describe the bug
Flowauth does not display the year in the token expiry date, making it impossible to know when exactly a token will expire. Similarly, it would be helpful if it displayed token expiry up to second resolution, and also displayed the timezone (or made it clear that it refers to UTC if that's the case?)

Product
Flowauth

Version
Latest master (e03de7b)

To Reproduce

  1. Follow the steps in Flowauth demo data doesn't allow token creation due to expired date (redirects to login screen instead) #259 until step 6.
  2. Notice that the token expiry date reads "January 1st 12:00 am".

Expected behavior

The token expiry date should read "1st January 2019, 12:00 am" or similar.

In fact, I'd prefer if the information was as comprehensive as possible so I'd like to see second-resolution and timezone information as well.

Screenshots

screen shot 2019-01-19 at 11 07 05

@maxalbert maxalbert added FlowAuth Issues related to FlowAuth UX/UI labels Jan 19, 2019
@greenape
Copy link
Member

I think that it shows the year for years other than the current year. Picker is this: https://material-ui-pickers.firebaseapp.com/api/datetimepicker which should allow us to tweak it to show both year and seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FlowAuth Issues related to FlowAuth UX/UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants