Currently we have a strict implementation of storing a secret in a file. We should instead make this an interface so that there can be options. You can store it in a file. Or maybe you can store as a grid pattern unlock. Or maybe even biometrics (crazy).
The existing implementation should be moved out into its own package which implements the new interface.
Currently we have a strict implementation of storing a secret in a file. We should instead make this an interface so that there can be options. You can store it in a file. Or maybe you can store as a grid pattern unlock. Or maybe even biometrics (crazy).
The existing implementation should be moved out into its own package which implements the new interface.
steven
added this to the GUI (normie support) milestone 2024-04-26 02:56:34 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently we have a strict implementation of storing a secret in a file. We should instead make this an interface so that there can be options. You can store it in a file. Or maybe you can store as a grid pattern unlock. Or maybe even biometrics (crazy).
The existing implementation should be moved out into its own package which implements the new interface.