UNPKG
tom-framework
Version:
latest (0.1.1)
0.1.1
0.1.0
tom-framework for Node.js
github.com/tomgjm/tom-framework
tom-framework
/
configs
/
auth_unless.js
9 lines
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports = { path: [ /^\/api\/v[0-9]\/auth\/info/, /^\/api\/v[0-9]\/auth\/captcha/, /^\/api\/v[0-9]\/auth\/login/, /^\/api\/v[0-9]\/auth\/register/, /^\/api\/v[0-9]\/auth\/forgotpassword/, ] };