Christian Banse

Results 154 issues of Christian Banse

This PR will move the jwt-go library to the maintained `golang-jwt/jwt` fork of the `jwt-go` library, as discussed in http://github.com/dgrijalva/jwt-go/issues/462.

This PR is part of a series of experiments, to see which options we have to implement validation options in a backwards compatible way. I want to get a fell...

The v4 branch has a nice validation helper struct which combines a lot of the functionality of the `Validate` functions. It might be nice to re-implement that and slowly move...

This PR is part of a series of experiments, to see which options we have to implement validation options in a backwards compatible way. I want to get a fell...

This PR is part of a series of experiments, to see which options we have to implement validation options in a backwards compatible way. I want to get a fell...

We should remove/replace it, to be compatible with future Go versions.

We have several deprecated functions and structs, mainly introduced due to #15 and #44. We should remove them in a future release, such as v5. This issues keeps track of...

It seems that for "well known" types, such as `google.protobuf.Timestamp`, the generated OpenAPI 3.0 document contains a inline schema (format date-time) instead of a reference, which is a nice feature....

**Description** I am trying to build up an ontology of a service, its endpoint and a TLS configuration and trying to persist it into Cayley and then load it again....

[//]: # (Thank you for taking the time to report an issue or propose an enhancement. Questions are also welcome.) [//]: # (If you have more than one item to...

bug