kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.82k stars 1.7k forks source link

OAuth2 Resource Owner Password Grant Type has been deprecated #318

Open jflaga opened 4 months ago

jflaga commented 4 months ago

I have only a surface level understanding of OAuth, but I've read before that the Resource Owner Password Grant Type has been deprecated. And this article --- "Don't use the OAuth password grant type" by Scott Brady --- recommends not to use it, especially in SPA and mobile applications.

Is there a plan of changing this to something else?

Thanks.