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

[FEATURE] Alternative Secret Generation Method in Documentation #30

Closed
websharkdev opened this issue Mar 8, 2024 · 1 comment · Fixed by #33
Closed

[FEATURE] Alternative Secret Generation Method in Documentation #30

websharkdev opened this issue Mar 8, 2024 · 1 comment · Fixed by #33
Labels
documentation Improvements or additions to documentation

Comments

@websharkdev
Copy link

Issue:
Title: Alternative Secret Generation Method in Documentation

Description:
In the documentation, there's a mention of generating a secret key using the command openssl rand -base64 32. However, not everyone may have access to the OpenSSL tool or may find it inconvenient to use. To address this, we can provide an alternative method for generating secrets. Instead of relying solely on command-line tools, we can suggest using a web-based service like https://generate-secret.vercel.app/32, where users can easily generate secrets of desired lengths. This would enhance accessibility and convenience for users who may not have access to command-line tools or prefer a more user-friendly approach to generating secrets.

@danybeltran danybeltran added the documentation Improvements or additions to documentation label Mar 14, 2024
@danybeltran
Copy link
Owner

Thanks @websharkdev! More information about alternative ways to generate NEXTAUTH_SECRET was added in #33 : ))

@danybeltran danybeltran linked a pull request Mar 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants