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

the client secret in the avery config should not be plain text #253

Open
simonrainerson opened this issue Sep 13, 2021 · 1 comment
Open

Comments

@simonrainerson
Copy link
Member

Oath recommends hashing or encrypting it so it's not stored in plain text in the config.

https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/

@abbec
Copy link
Member

abbec commented Nov 18, 2021

But then we would need the seed or key to be in the code instead. This is a common problem in mobile and native apps and does not really have a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants