This website requires JavaScript.
Explore
Help
Sign in
beenull
/
flame
Watch
1
Star
0
Fork
You've already forked flame
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
master
flame
/
controllers
/
auth
/
index.js
5 lines
86 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Added login route and token signing
2021-11-10 15:14:22 +00:00
module
.
exports
=
{
login
:
require
(
'./login'
)
,
Added auth middleware. Added access control to apps
2021-11-11 15:01:56 +00:00
validate
:
require
(
'./validate'
)
,
Added login route and token signing
2021-11-10 15:14:22 +00:00
}
;
Reference in a new issue
Copy permalink