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
🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、推特、飞书、京东、阿里云、喜马拉雅、Amazon、Slack和 Line 等第三方平台的授权登录。 Login, so easy!
A Gmail Clone which built with ReactJS and Redux. You can sign in with your Google Account, compose a new e-mail and send realtime emails to the project.
A multi-user blogging platform built using MERN Stack with React/Next.js for Server-Side Rendering. Next.js is an open-source React front-end development web framework that enables functionality such as server-side rendering and generating static websites for React-based web applications
Daryaban is a Django website that helps users report and locate pollution in coasts, jungles and other environments, providing a platform to track and restore the environment.
Task planner is a website where users can log in to their respective organization, create tasks, and sprints, assign tasks to different members, and edit and delete tasks and sprints.
We can use this class when we integrate multiple login method in a project. In this file i have used two different social login (facebook, google) for login into app, each one have their own separate class. If you want to add any other login so just need to create a new class like Facebook and GoogleLoginManager and use through SocialLoginManage…