cansecurity icon indicating copy to clipboard operation
cansecurity copied to clipboard

nodejs/expressjs authentication and security library

Results 2 cansecurity issues
Sort by recently updated
recently updated
newest added

I would like to use a node server to authenticate users on behalf of apps (on sub domains) running on different node servers. and then authorize the routes using stateless...

Init function should have option to redirect on authentication failure with status 302 Found. Redirect to login page is desirable in the following cases. - The token is expired. -...