thaven
thaven
@denizzzka thanks for your contributions. I merged the dependency updates. I'll get back to this one later.
Added commit 88e11acd3f399031bd0a8966e5495c2d3af77618 to master.
Nice example! Multi-provider and use of `oauth` with application user management are good things to demonstrate. Will certainly merge when it's ready.
You should use the master branch, as that is most like the final API. Those two methods being private is a bug indeed. I noticed it last weekend and fixed...
The new oauth.webapp module is both a simple vibe.http.auth like API targeted towards web applications and a usage example of the underlying oauth.client API.
Doesn't seem very likely. Vibe.d [documentation](http://vibed.org/docs#http-authentication) explicitly states that OAuth support should be provided by an extension library. Some vibe.d developers started their own, [rejectedsoftware/user-auth](https://github.com/rejectedsoftware/user-auth), but that one seems to...
Looks like you just forgot about explicitly closing any open websockets when the server process is being terminated, hence 'there are still active handles'. For a simple test like this,...
> feat(SysTime): add support to parse SysTime 17f897b > feat: serialize SysTime b41b7ef > Merge branch 'master' of github.com:tirithen/vibe.d 4adcc91 @tirithen I suppose you did not mean to push these...
Looks like https://issues.dlang.org/show_bug.cgi?id=11847 has been fixed in the meantime. `dub` still excludes `package.d` from tests. Probably this could be fixed now.
Bumping... Any chance this is getting reviewed, merged? @GrahamCampbell @Chris53897 (tagging you because you are the most recent committers to this repo)