technobyte-nitkkr / Blogs

Blogs by Technobyte
0 stars 35 forks source link

[API] integrate Google OAuth #7

Closed Himasnhu-AT closed 4 months ago

Himasnhu-AT commented 4 months ago

Integration of Google OAuth with jwt token for authentication verification

API's to make:

Public API's: accessed by all
Authenticated user:

How to ensure that the user is authenticated or not?

Store cookie in client-side with key-value pair: auth_token:

Debatreya commented 4 months ago

Assign me

Himasnhu-AT commented 4 months ago

@Debatreya , already implemented it, will make pr after checking code safety