nikitamalinov / paulgrahamessays

https://paulgrahamessays.com
0 stars 0 forks source link

Allow users to sign in using google and save their progress #6

Open nikitamalinov opened 2 months ago

nikitamalinov commented 2 months ago

Create a google sign in button in the navbar that allows user to sign in with google using next auth. I was users to be able to mark each essay that they've read as complete using redis. The format for marking it complete will be that a set will be created using user.email and that if they have read a page, we add the page url to the set. they can also remove pages they've read.

gitauto-ai[bot] commented 2 months ago

Click the checkbox below to generate a PR!

You have 9 requests left in this cycle which refreshes on 2024-05-25 03:05:12. If you have any questions or concerns, please contact us at info@gitauto.ai.

ghost commented 2 months ago

Click the checkbox below to generate a PR!

You have 4 requests left in this cycle which refreshes on 2024-06-16 07:43:08. If you have any questions or concerns, please contact us at info@gitauto.ai.

ghost commented 2 months ago

Pull request completed! Check it out here https://github.com/nikitamalinov/paulgrahamessays/pull/7 🚀