https://github.com/dreamdevil00/angular_loopback_passport
A simple demo shows how to integrate loopback-component-passport with loopback and angular.
https://github.com/dreamdevil00/angular_loopback_passport
angular ldap localauth loopback loopback-component-passport passport third-party-login
Last synced: 28 days ago
JSON representation
A simple demo shows how to integrate loopback-component-passport with loopback and angular.
- Host: GitHub
- URL: https://github.com/dreamdevil00/angular_loopback_passport
- Owner: dreamdevil00
- License: mit
- Created: 2017-12-08T09:57:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T13:07:00.000Z (over 8 years ago)
- Last Synced: 2025-03-27T15:50:29.715Z (about 1 year ago)
- Topics: angular, ldap, localauth, loopback, loopback-component-passport, passport, third-party-login
- Language: TypeScript
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
## Goal
Accomplish third party login with angular and loopback
### warn
This project is still under development, please do not use it in production.
### Current Finished
- Local Auth
- LDAP Auth
## How to Use
```
npm install
```
Then you must provide a configuration file named ```providers.js``` in
the path ```apps/api``` and add your configurations according to the file
```apps/api/providers.js.template```
and then
```
npm run dev
```
Open your browser and navigate to ```http://localhost:4200```
Currently, if you want to use the ldap-auth, you must build up your own ldap
server and add configurations specific to your ldap server.