.blog-border { border: 1px solid #D5D5D5; padding: 10px; border-radius: 3px; } .blog-border.code { background: #f3f3f4; margin-bottom: 15px; } .blog-wrapper p>img.blog-img-sm { width: 50%; } If you need to add authentication to an application and you want to use a third party as the authentication provider, then the recommended way to achieve this is using OpenId Connect . OpenId Connect is widely adopted, so if you’ve ever signed into an application using your Facebook, Google or Twitter account before, then you’ve already witnessed how easy OpenId Connect makes user authentication. Like Goog