1
0
Fork 0
Go to file
Ruben Meyer 8049923711
user authentication - retrieve information from SSOprovider
2020-10-01 22:18:02 +02:00
bin user authentication - retrieve information from SSOprovider 2020-10-01 22:18:02 +02:00
res/web/auth/css web module 2019-09-08 19:43:52 +02:00
.gitignore .gitignore update - TernJS project file 2020-03-07 00:42:47 +01:00
README.md git - rename repository 2020-03-08 20:19:37 +01:00
app.js remove global variables 2020-10-01 22:13:09 +02:00
package.json update dependencies 2020-10-01 21:27:59 +02:00

README.md

SSObaseApp_nodeJS - fork it and build your own app

nodeJS web app using auth.rxbn.de SSO Service to authenticate and authorize users

start app

normal start

$ node app.js

debug start (with debug output/logs)

$ NODE_ENV=debug node app.js

TODO

title description -
modules authentication -
authentication process successful first login -

Upgrade your forked app

  • add upstream
  • pull
  • merge