Updated CMS libary:

Initial Basic Authentication Node with filters.
Updated ROC API to use the new module.
This commit is contained in:
jvelilla
2014-10-02 20:52:14 -03:00
parent a0cb7c0ecc
commit 3fe166b768
17 changed files with 41 additions and 41 deletions

View File

@@ -62,7 +62,7 @@ feature -- Configure Node Resources Routes
create l_bal_handler.make (config)
create l_methods
l_methods.enable_get
router.handle_with_request_methods ("/basic_auth/login", l_bal_handler, l_methods)
router.handle_with_request_methods ("/basic_auth_login", l_bal_handler, l_methods)
end
configure_api_logoff
@@ -73,7 +73,7 @@ feature -- Configure Node Resources Routes
create l_bal_handler.make (config)
create l_methods
l_methods.enable_get
router.handle_with_request_methods ("/basic_auth/logoff", l_bal_handler, l_methods)
router.handle_with_request_methods ("/basic_auth_logoff", l_bal_handler, l_methods)
end
end