aetheryna / google-scraper-ruby

0 stars 0 forks source link

[B001 + B002] As a User, I should be able to Sign in / Sign up to the Application #31

Closed aetheryna closed 2 years ago

aetheryna commented 2 years ago

What happened 👀

Closes #1 #3

You must be wondering how I got here, well I recently discovered that Devise and Doorkeep was a thing 😅 . Both these Libraries allow authentication, doorkeep being more for OAuth for mobile authentication which I will be getting to in Sprint 4. Essentially both Sign in and Sign up is complete with just a bit of configuration 🤓

✅ Created a new controller for Home page ✅ Installed 2 new gems Devise and Doorkeep ✅ Created a makeshift Sign in, Sign out and Log off button for testing purposes which will be styled/moved around in #2 #4 ✅ Added new configuration files for Devise and Doorkeep so it will work as intended ✅ Added new Migration files for Doorkeep and Devise, this is the Users table and Doorkeep OAuth tables ✅ Added new Model file for Users

Insight 📝

Tried building my own Sign in and Sign up but quickly realized theres a better way to do things and thats Devise and Doorkeep. Ended up saving so much time 🕐 😅

Proof Of Work 📹

Google Scraper

github-actions[bot] commented 2 years ago

Code coverage is now at 0.00% (0/53 lines)

Generated by :no_entry_sign: Danger