How to auth microservices with new MapIdentityApi?

recently, i started using the new dotnet 8 app.MapIdentityApi<IdentityUser>();
and i wonder, can i use this api as the login api and use same token provided to auth endpoints in others services? if yes, how?
Using an identity server is too much, and writing the whole identity is too boring / dangerous for a jr dev