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

[SUBMIT] Build a Password Generator with Webiny and NextJS #124

Open
divofred opened this issue Dec 8, 2022 · 0 comments
Open

[SUBMIT] Build a Password Generator with Webiny and NextJS #124

divofred opened this issue Dec 8, 2022 · 0 comments
Assignees
Labels
Brief review Brief received and in review

Comments

@divofred
Copy link
Contributor

divofred commented Dec 8, 2022

Introduction

Passwords are essential as they shut off unauthorized users from a particular resource. Having a strong password can stop hackers from easily guessing or brute forcing their way into your account. Brute forcing a 10 character password using a supercomputer, comprising upper/lowercase letter, numbers and symbols, can take up to 1000+ years.
This means that the longer and more complicated the password is, the harder it is to gain access to the resource.
Follow through with this article and learn how to generate strong passwords using NextJS and Webiny.

Goals

This article will help you understand the Webiny Headless CMS and the logic behind the generating of a strong password.

Overview

In this tutorial, we will make use of Webiny's Form Builder and Headless CMS feature.
The form builder will be used to specify what kind of password the user would need. Example, passwords that will either contain uppercase letters, numbers or special characters.
Then we will store the Generated password in the Headless CMS.

Outline

  • What is a Headless CMS?
  • Why use Webiny CMS?
  • Prerequisites
  • Getting started with Webiny
  • Setting up the frontend
  • Creating the password generating functionality
  • Conclusion
  • Resources
@divofred divofred closed this as completed Dec 8, 2022
@endymion1818 endymion1818 reopened this Dec 9, 2022
@endymion1818 endymion1818 added the Brief review Brief received and in review label Dec 9, 2022
@divofred divofred changed the title [SUBMIT] Build a Custom Link Shortener with NextJS and Webiny [SUBMIT] Build a Password Generator with Webiny and NextJS Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Brief review Brief received and in review
Projects
None yet
Development

No branches or pull requests

2 participants