All Projects → wonwoo → spring-boot-oauth2-login

wonwoo / spring-boot-oauth2-login

Licence: other
No description or website provided.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to spring-boot-oauth2-login

OAuthLogin
第三方平台联合登陆(facebook、微信、微博、QQ、Kakao)
Stars: ✭ 57 (+137.5%)
Mutual labels:  facebook, kakao
OAuthLogin.AspNetCore
第三方平台联合登陆(facebook、微信、微博、QQ、Kakao)
Stars: ✭ 43 (+79.17%)
Mutual labels:  facebook, kakao
VKRdownloader
Vkrdownloader: All in one Video Downloader - Download videos from facebook twitter youtube tiktok and 1000+ other sites . YouTube downloader , facebook downloader . made by Vijay Kumar
Stars: ✭ 25 (+4.17%)
Mutual labels:  facebook
Facebook-Messenger-Statistics
Discover fun stats about your Facebook Messenger usage such as: most used words, most active year, most active hours, etc. using this Jupyter Notebook
Stars: ✭ 75 (+212.5%)
Mutual labels:  facebook
fb-export
Export (most) of your Facebook data using Node.js and the Graph API.
Stars: ✭ 21 (-12.5%)
Mutual labels:  facebook
Korea-Covid-19-Vaccine-Reservation
💉 코로나 잔여백신 예약 매크로 커스텀 빌드 (속도 향상 버전)
Stars: ✭ 22 (-8.33%)
Mutual labels:  kakao
flutter account kit
A Flutter plugin that wraps the Facebook Account Kit SDK
Stars: ✭ 42 (+75%)
Mutual labels:  facebook
hashtag.io
Hashtag.io is a PHP based social networking website, which supports exclusive multimedia content, sharing and private or group messaging service.
Stars: ✭ 64 (+166.67%)
Mutual labels:  facebook
todo-list
A practical web application built with Node.js, Express, and MySQL for you to readily record, view, and manage your tasks with an account: Create, view, edit, delete, filter, and sort expenses are as easy as pie 🥧
Stars: ✭ 18 (-25%)
Mutual labels:  facebook
Phlexish
Advanced Spear Phishing tool for Facebook with 2 factor authentication bypass! May contain minor bugs due to...idk
Stars: ✭ 49 (+104.17%)
Mutual labels:  facebook
facebook
🤖 🚀 I work on a Facebook clone. I think it will be a good challenge, the code is open source you can use ✋
Stars: ✭ 21 (-12.5%)
Mutual labels:  facebook
react-native-fblogin
📦 A React Native 'Facebook Login' component without wrapping any Facebook Native/Web SDK
Stars: ✭ 19 (-20.83%)
Mutual labels:  facebook
ffeed
A simple page that returns the feed of a specific facebook page and group.
Stars: ✭ 19 (-20.83%)
Mutual labels:  facebook
sharon
A lightweight and modular social sharing library
Stars: ✭ 16 (-33.33%)
Mutual labels:  facebook
hej
Hej! is a simple authentication boilerplate for Socialite.
Stars: ✭ 111 (+362.5%)
Mutual labels:  facebook
darrrr
An SDK for the delegated recovery specfication
Stars: ✭ 43 (+79.17%)
Mutual labels:  facebook
awosome-ai-in-social-media
💻 Collect those AI & Bot use in social media wechat/facebook/twitter/instagram/weibo/TikTok etc.
Stars: ✭ 21 (-12.5%)
Mutual labels:  facebook
facebook-node-sdk
Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Stars: ✭ 519 (+2062.5%)
Mutual labels:  facebook
fb-photos
Download "Photos of me" on Facebook
Stars: ✭ 31 (+29.17%)
Mutual labels:  facebook
Cloud-Native-App-Spring-Boot
A Cloud Native App with Spring Coud Security with KeyCloak Auth Server, API Gateway Server, Naming Server, Config Server and Distributed Tracing and ELK Stack hosted in K8s
Stars: ✭ 19 (-20.83%)
Mutual labels:  spring-security-oauth2

spring-boot-oauth2-login

spring boot 2.0 oauth2 Login sample

this sample project login example github, google, facebook, kakao

spring.security.oauth2.client.registration.github.client-id=<user client-id>
spring.security.oauth2.client.registration.github.client-secret=<user secret>

custom oauth2 login

spring.security.oauth2.client.registration.kakao.client-id=<user client-id>
spring.security.oauth2.client.registration.kakao.client-secret=<user secret>

##..

Sample : application.properties

demo image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].