Add "Created On" category to one time passwords management

It would be beneficial to security if there was an option to view the creation date of one time passwords in the Settings/Security panel.
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/8443 (Request: allow comments on one time passwords under Personal Settings), https://github.com/nextcloud/server/issues/1575 ([Feature Request] Add configuration for "Sharing URL"), https://github.com/nextcloud/server/issues/9404 (Feature Request: Burn Content Before Removing App Password), https://github.com/nextcloud/server/issues/10118 (Please add MEGA support for 'External Storage' plugin [feature request]), and https://github.com/nextcloud/server/issues/9264 ([FEATURE REQUEST] Add support for .MOV format).
- [ ] Add creation date to
OC\Authentication\Token\ITokenand implementations (OC\Authentication\Token\PublicKeyToken) - [ ] Add a migration to create the new column
- [ ] Make sure any new
PublicKeyTokencreated creation date defaults to now - [ ] Add the column in the VueJS component
apps/settings/src/components/AuthToken.vue
After some PHP & Laravel tutorials, Nextcloud server's backend is still far from being intuitive to be understood and worked on. Is the steps mentioned by @tcitworld still the best list of things to follow? If yes, is there a more fine grained list of steps to achieve this enhancement? I still don't understand on how to do the first two parts of that three item checklist created by @tcitworld , I'd appreciate any help to move forward and learn by helping with this issue 😊
@sunjam @johkoenig @violoncelloCH
Yup, still the correct way. Improved the message a little to give pointers.