webgme / webgme-engine

WebGME server and Client API without a GUI
MIT License
11 stars 7 forks source link

Change Default Name For Access Tokens #190

Closed umesh-timalsina closed 4 years ago

umesh-timalsina commented 4 years ago

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

image