Marek Pikuła
Marek Pikuła
SSO for GitHub, Twitter, etc is based on OAuth2 (OpenID Connect in particular), so it's using different mechanism than SAML. Anyways OIDC support would be great too.
It would be nice to design authentication system with various authentication methods in mind. I'm mostly interested in Nextcloud integration, so it would be nice to have OpenID Connect support,...
I'm interested in translating to Polish. Is it possible in current version?
I'll create it tomorrow, or on Monday.
There's another problem with `FindCapnpProto.cmake`. In my system CMake states it hasn't been found: ``` -- checking for module 'capnp' -- package 'capnp' not found -- Found CAPNP: /usr/local/include --...
After last commit it's working.
I've changed `C++11.cmake` script with MSVC in mind
Are there any errors or something if compiler has `-std=c++0x` flag? `-Wall` had been passed before – in `test.sh`. I've just copied what I found there. I see there `-std=c++11`...