You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My setup: Windows 10 64bit on Intel, JRE Azul 21 64bit
The current expression on Line 66
if(!!user.exp){...}
is also true, if the resource server is sending Java Long.MAX-VALUE (9223372036854776000L) as substitute for 'no date', what also exceeds JavaScript's Number.MAX_SAFE_INTEGER
That leads into the browser recalling /bff/api/me over and over again without the wanted delay and max CPU consumption
The text was updated successfully, but these errors were encountered:
https://github.com/eugenp/tutorials/blame/5af7b8c289f3e4e2322fe4025cce9cbdaa24a6c1/spring-security-modules/spring-security-oauth2-bff/angular-ui/src/app/auth/user.service.ts#L66
My setup: Windows 10 64bit on Intel, JRE Azul 21 64bit
The current expression on Line 66
is also true, if the resource server is sending Java Long.MAX-VALUE (9223372036854776000L) as substitute for 'no date', what also exceeds JavaScript's Number.MAX_SAFE_INTEGER
That leads into the browser recalling /bff/api/me over and over again without the wanted delay and max CPU consumption
The text was updated successfully, but these errors were encountered: