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
The goal of this project is to implement an application called movie-app to manage movies. For it, we will implement a back-end Spring Boot application called movie-api and a font-end React application called movie-ui. Besides, we will use OAuth2 (Social Login) to secure both applications.
News subscription website created with React, Next.JS, SaaS, FaunaDB, GitHub OAuth 2.0 authentication and Stripe during Rocketseat Ignite React.js training course.
In this article, you will learn how to implement OAuth for Google and GitHub in a Rust frontend application using the Yew.rs framework. Additionally, I will provide backend APIs built using Rust, Node.js, and Golang that you can use alongside the frontend application.
The github-auth-library is a Node.js library designed to handle OAuth authentication with GitHub. It provides a simple interface to authenticate users, retrieve access tokens, and fetch user details using GitHub's API. This library is designed to follow the SOLID principles, making it extensible and maintainable.
complete User authentication and authorization with jwt token , and github oauth, email verification, forgot password, default dashboard detail of Jira
In this Java Spring Boot Project Spring Security for a demo web app is implemented. That includes 1. Form Login (multiple user with different roles) 2. Login using different 3rd party OAuth2 authentication support providers (e.g. GitHub, Google, Facebook) and more.