devkennyy / rungeon

🏃‍♂️Open source, puzzle based adventure game in your browser
https://rungeon.live/
GNU General Public License v3.0
18 stars 21 forks source link

Login System #109

Open gruelingpine185 opened 2 years ago

gruelingpine185 commented 2 years ago

Plain and simple. We need a way for users to make progress from anywhere and on any device, so our solution would be to pair data to login credentials.

Todo

See Also

88, #4

devkennyy commented 2 years ago

We can add the fas fa-user icon in the navbar for starters. If a user is signed in, it would display their name next to said icon. This would take them to the sign up page or account page if signed in.

gruelingpine185 commented 2 years ago

Cool. I'm going to create a PR for what I've done so far in terms of the design. LMK what you think. It's a work in progress and none of the buttons do anything special yet.

devkennyy commented 2 years ago

The design of the Sign Up and Login cards look great. By Verification stage do you mean and email verify?

gruelingpine185 commented 2 years ago

I was thinking of email verification or some sort of numerical code like what Apple makes you do whenever you log into iCloud. I wasn't sure how far verification should go if any at all, so that's why I marked it as to be determined.

Screen Shot 2022-07-21 at 6 54 03 PM
devkennyy commented 2 years ago

I'll give this a shot if you like!