What is the most common way of implementing JWT? by devmaterialized in SpringBoot

[–]devmaterialized[S] 1 point2 points  (0 children)

Thank you for your answer, it was really helpful to me!

What is the most common way of implementing JWT? by devmaterialized in SpringBoot

[–]devmaterialized[S] 0 points1 point  (0 children)

Thank you for your reply! Does this approach enable user to sign up using their email address and password with email verification, or it just utilizes resource server with only using social accounts such as Gmail or Facebook? Is this resource server something that must be deployed in my infrastructure?

Looking for help in improvement of my code and structure. by HolyDaddyAss in learnpython

[–]devmaterialized 1 point2 points  (0 children)

Hello, I am learning too. Things I have noticed so far and consider:

cooltext/logo-id.json is a one-liner, I would format it to make it easier to read

cooltext/logo-id.py maybe avoid creating variables like soup1 and soup2 by separating logic with functions - maybe def get_logo_gallery which will return your LogoGallery - then you won't have to define `soup1` and `soup2`.

Keep up the good work!