You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
Backend authentication is one of the most frequent pieces of code that we write over and over again with each new project. Let's stop wasting time on such things and write a service which can verify OAuth tokens from most of the OAuth providers out there.
Must support backend authentication for these providers:
Facebook
Google
Twitter
Local authentication? (via email + password in local db)
More can be added later as needed.
The text was updated successfully, but these errors were encountered:
Backend authentication is one of the most frequent pieces of code that we write over and over again with each new project. Let's stop wasting time on such things and write a service which can verify OAuth tokens from most of the OAuth providers out there.
Must support backend authentication for these providers:
More can be added later as needed.
The text was updated successfully, but these errors were encountered: