Accomplish third party login with angular and loopback
This project is still under development, please do not use it in production.
- Local Auth
- LDAP Auth
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.