Skip to content

Comments

fixed express child route jump correct#19

Open
sobird wants to merge 1 commit intokayleecodes1:masterfrom
yangjunlong:master
Open

fixed express child route jump correct#19
sobird wants to merge 1 commit intokayleecodes1:masterfrom
yangjunlong:master

Conversation

@sobird
Copy link

@sobird sobird commented Sep 19, 2018

`var express = require('express');
var router = express.Router();
var CASAuthentication = require('cas-authentication');

var cas = new CASAuthentication({
cas_url : '',
service_url : ''
});

router.get('/', cas.bounce, function(req, res, next) {
// to
})`

例如上面代码按原来将会错误跳转,导致认证失败

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant