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

Support adding new OATH acccounts #1

Open
aripalo opened this issue Mar 31, 2022 · 0 comments
Open

Support adding new OATH acccounts #1

aripalo opened this issue Mar 31, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aripalo
Copy link
Owner

aripalo commented Mar 31, 2022

This is a placeholder issue for an optional feature that may be implemented in the future (if there's a need).

This is NOT a promise to implement!

But if you feel like it, here's some information on how to get started with the implementation. Feel free to create a pull request!

See also design decisions.


The implementation in oath.go could be a method on the OathAccounts struct and look something like this:

func (oa *OathAccounts) Add(options AccountOptions) error {}

In the background it should implement ykman oath accounts add command with its various options.

@aripalo aripalo added enhancement New feature or request good first issue Good for newcomers labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant