All Projects → ramdannur → laravel-sso-passport

ramdannur / laravel-sso-passport

Licence: other
[DEPRECATED] A simple SSO (Single Sign On) system using the Laravel Framework with Passport API Authentication

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to laravel-sso-passport

jeesuite-passport
Jeesuite-passport是面向企业级单点登录、统一认证的一站式解决方案。支持微信、企业微信、主流开放平台OAuth、Oauth2.0,JWT、SAML2.0多种认证集成模式。
Stars: ✭ 108 (+300%)
Mutual labels:  passport, sso
aws-sso-creds-helper
A command line util for using SSO credentials with AWS SDK on AWS CLI v2 until native support is released
Stars: ✭ 34 (+25.93%)
Mutual labels:  sso
Connectors
Connectors simplify connecting to standalone and CloudFoundry services
Stars: ✭ 28 (+3.7%)
Mutual labels:  sso
cookbook
VueJS + NodeJS Evergreen Cookbook
Stars: ✭ 440 (+1529.63%)
Mutual labels:  sso
saml-http-post-reference
Reference implementation of SSO via the SAML Identity to Service Provider initiated HTTP POST Binding
Stars: ✭ 73 (+170.37%)
Mutual labels:  sso
express-mvp
Express.js project template ready to go
Stars: ✭ 21 (-22.22%)
Mutual labels:  passport
add-my-name
No more WhatsApp spams 🎉
Stars: ✭ 16 (-40.74%)
Mutual labels:  passport
laravel-api-boilerplate-passport
An API Boilerplate to create a ready-to-use REST API in seconds.
Stars: ✭ 20 (-25.93%)
Mutual labels:  passport
spid-keycloak-provider
Italian SPID authentication provider for Keycloak (https://www.keycloak.org/)
Stars: ✭ 48 (+77.78%)
Mutual labels:  sso
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+270.37%)
Mutual labels:  passport
hello-sso-jwt
Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot
Stars: ✭ 73 (+170.37%)
Mutual labels:  sso
auth-quickstart
Authentication Quickstart with Express, Passport and Sequelize
Stars: ✭ 49 (+81.48%)
Mutual labels:  passport
cdk-multi-profile-plugin
Adds multi profile/account, mfa and aws sso support to cdk apps
Stars: ✭ 41 (+51.85%)
Mutual labels:  sso
passport-local-sequelize
passport-local-sequelize is a sequelize plugin for building username and password login with passport
Stars: ✭ 81 (+200%)
Mutual labels:  passport
discord-dashboard
Example of Discord Oauth2 - Complete with Discord Bot
Stars: ✭ 35 (+29.63%)
Mutual labels:  passport
ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+725.93%)
Mutual labels:  passport
sign-in-with-ethereum
Minimal example of sign in with Ethereum. Compatible with web3 browsers.
Stars: ✭ 25 (-7.41%)
Mutual labels:  sso
webprofile-ref-project
A example project to demonstrate implementing SAML Web browser SSO profile using OpenSAML V2
Stars: ✭ 23 (-14.81%)
Mutual labels:  sso
vacomall
☀️☀️ 基于 dubbo 实现的分布式电商平台。
Stars: ✭ 42 (+55.56%)
Mutual labels:  sso
todos-express-password
Todo app using Express and Passport for sign in with username and password.
Stars: ✭ 739 (+2637.04%)
Mutual labels:  passport

Single Sign On (SSO)

Single sign-on (SSO) is a property of access control of multiple related, yet independent, software systems. With this property, a user logs in with a single ID and password to gain access to a connected system or systems without using different usernames or passwords, or in some configurations seamlessly sign on at each system. See more about SSO https://en.wikipedia.org/wiki/Single_sign-on.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

How To Run Service

Sales Management System (App Provider)

php artisan serve --host 127.0.0.1 --port 80

Mail System (Branch)

php artisan serve --host 127.0.0.2 --port 80

License

The Laravel framework is open-sourced software licensed under the MIT license.

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].