meisterlampe
meisterlampe
I'm just using the service as an easy and built-in way to get the payload of the token (for getting the user-roles). It's ok for me to create my own...
I'm using https://github.com/damienbod/angular-auth-oidc-client/blob/9cd967a647a32629d5fb1212947917b61b10ac1c/projects/angular-auth-oidc-client/src/lib/utils/tokenHelper/token-helper.service.ts#L42
Really tried to understand what has to be done to implement the cleanupHooks, but actually I'm lost in all this c++. This is not my domain :) I now forward...
Any news on this?
Sorry, don't want to jangle your nerves, but I'm really waiting for this feature O:-) If you still have no time right now this is also ok of course. :)...
Hi it's me.... again.... ;-) Is there any chance, that this will be implemented?
OK, no problem. :) Thank you for the fast answer and of course for the great work on this project!
Same problem here. `"http://localhost/" + relativePath` works as long as I don't use the live reload feature. (Because it uses port 8100?). Hope this gets fixed soon as it is...
I just ran into the same problem, when using a date-array-query-param. For example when I'm calling the webservice using: `http://localhost:3000/v1/measurements?createdAfter=2018-03-08T16:30:21.765Z,2018-03-08T16:30:21.765Z` I get `{code: "INVALID_TYPE", params: Array(2), message: "Expected type string...
I just ommited the date-time-format and pass strings. This is working for now. Not nice though.