Jack Rudenko
Jack Rudenko
As we create a dynamic replacement for the backend with Mockoon, we need a way to generate a valid JWT token. A good example is: https://www.mocklab.io/docs/response-templating/jwt/ In response we need...
After application logout, I recreate all UI stack from storyboard: ``` UIViewController *viewController = [[UIStoryboard storyboardWithName:@"Main" bundle:nil] instantiateInitialViewController]; self.window.rootViewController = viewController; ``` And after that all TextViews and inputFields crashed...
1. New LoadMoreView added to "scroll to load more" action (or infinite scroll) 2. renamed ScrollView extension function names to make them more Swift'ish (no more "withSomething" in function names)...
The new identifo version is not fully compatible with Admin panel, we need to refactor thata.
Now we are using Web elements to create a web page for login. We have to move away from that to ReactJS, which could be hosted by Identifo or integrated...
Hello dear community. Here is a sample code that demonstrates the issue: ```go package main_test import ( "fmt" "testing" "time" "github.com/golang-jwt/jwt/v5" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) func TestClaimsMarshalBasic(t *testing.T) { claims :=...
the render code doesn't use scale factor for retina screens, that is why the picture is pixelated. I'm not strong in openGL, so I can't ix it by myself. So...