Simon
Simon
Yes, it supports both core and standard
Yeah, this library only works with regular lat/longs; SRID 4326 / WGS84.
There are three parse methods on the Coordinate object: - `Coordinate.Parse(string coordinate)` - `Coordinate.TryParse(string coordinate)` - `Coordinate.TryParse(string coordinate, out Coordinate result)` Those methods only parse coordinate strings, and may not...
I'll look into what needs to be done soon.
Sorry for the lack of updates. I've started porting this plugin to hapi v17 here: https://github.com/sibartlett/hapi-io/pull/72
Hi, thanks for the pull request. You can simply omit the `auth` option when registering the hapi-io plugin. No authentication will be required to establish a socket.io connection, and authentication...
Hi @bf, was my last reply useful? If so, can I close this issue?
I haven't looked into adding support for the `prefix` option. Could you try the following code, and let me know if it works for you: ``` server.register({ register: hapio, options:...
Can you try the latest version of hapi-io? I've fixed the parsing of query params, and now also automatically map "Authorization" query/data attributes to a header.
I've just taken a look at bell, they recommend using it with the hapi-auth-cookie plugin. > Once the [bell] handler is called, the application must set its own session management....