Skip to content

koppelaar/auth-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auth-proxy

This module is made for a scenario where you use Node.js and separate frontend from the API. For incoming requests we need to know if the user is logged in and what rights (s)he has.

The module runs on your frontend server and enables you to specify a URL that will be called. You can pass along a function that will be called to ensure that the user is valid (i.e. check the response from the API).

I am a novice Node programmer, so feedback is more than welcome. It would be great to have some collaborators on this project.

Also, do not rely on this code if you're a newbie too.

About

Node.js module: see readme file at the bottom of this page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published