This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
flame
Watch
1
Star
0
Fork
You've already forked flame
0
mirror of
https://github.com/pawelmalak/flame.git
synced
2025-07-19 03:29:37 +02:00
Code
Issues
Releases
Wiki
Activity
3c347c854c
flame
/
controllers
/
auth
/
index.js
5 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added login route and token signing
2021-11-10 16:14:22 +01:00
module
.
exports
=
{
login
:
require
(
'./login'
)
,
Added auth middleware. Added access control to apps
2021-11-11 16:01:56 +01:00
validate
:
require
(
'./validate'
)
,
Added login route and token signing
2021-11-10 16:14:22 +01:00
}
;
Copy permalink