Using x_token_auth seems to register ok and return the token, only this setting doesn't generate the login, logout views. Maybe I'm missing something, or am I support to implement login/logout myself?
thanks
securedBy: [x_token_auth]
x_ticket_auth does:
securedBy: [x_ticket_auth]
POST http://localhost:6543/api/auth/token
{"login":"someUser", "password":"password"}
{
"headers": [
[
"WWW-Authenticate",
"ApiKey somUser:3ad6f8ab388d4be2b20a81b6c2fcc3dd"
]
],
"timestamp": "2016-10-11T04:22:57Z",
"title": "OK",
"status_code": 200,
"explanation": "",
"message": "Token claimed"
}
http --session=admin :6543/api/customers,nodes
http --session=admin :6543/api/customers _aggs.my_agg.terms.field==state
http --session=admin :6543/api/customers body=="{_source:false,aggs:{types:{terms:{field:\"type\"},aggs:{avg_id:{avg:{field:\"customer_id\"}}}}}}"
nefertari (0.7.0)
nefertari-sqla (0.4.2)
pyramid (1.7.3)
pyramid-jinja2 (2.6.2)
pyramid-sqlalchemy (1.6)
pyramid-tm (1.0)
ramses (0.5.3)
SQLAlchemy (1.1.2)
SQLAlchemy-Utils (0.32.9)
@RHSman you might want to set your lift_name
as a primary key:https://ramses.readthedocs.io/en/stable/fields.html#primary-key
re: ES geo data, it is not supported but it shouldn't be too hard to add. if you have some spare time and would like to implement it, feel free to submit a PR