Currently the Access Tokens have default name that is a formatted string with new Date(). It might be nice to change the Date to a proper format before assigning it to name. As this might be a little tricky to display in the front-end as shown below.
Currently the Access Tokens have default name that is a formatted string with
new Date()
. It might be nice to change the Date to a proper format before assigning it to name. As this might be a little tricky to display in the front-end as shown below.https://github.com/webgme/webgme-engine/blob/492d764fa2dbd7c5465cf4f64af1bdee38146ea9/src/server/middleware/access-tokens/TokenServer.js#L75-L82