aetheryna / google-scraper-ruby

0 stars 0 forks source link

[#19 #20] As the User, I should be able to Sign up / Login #50

Open aetheryna opened 1 year ago

aetheryna commented 1 year ago

Closes #19 Closes #20

What happened 👀

✅ Created a login API route (Doorkeeper) 🔒 ✅ Created a registration API route

Insight 📝

The login API route is already constructed and created by Doorkeeper, this handles OAuth as well by storing each OAuth client into a table and using that as the client ID

The registration API route's implementation relies on the client ID(OAuth application) that is already stored in the oauth_applications table in the DB and accepts an email and password parameter

Proof Of Work 📹

Registration Untitled_ Oct 28, 2022 11_45 AM

Login Untitled_ Oct 28, 2022 11_48 AM

github-actions[bot] commented 1 year ago

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

Generated by :no_entry_sign: Danger