AHdark

Results 43 comments of AHdark

> Coud you please provider a sample project to reproduce this issue? Or full error messages of the response, and your OIDC configurations. ```rust pub async fn get_user_by_token(&self, token: String)...

It seems that Logto does not omit null values, and the returned updated_at and created_at are unix timestamp milliseconds not seconds, which is not in compliance with the [standard](https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims).

This issue has been raised at https://github.com/SeaQL/sea-query/issues/853 and https://github.com/SeaQL/sea-orm/discussions/2068 and implemented at https://github.com/SeaQL/sea-query/pull/854, but it has not been merged.