Asfaq Leeonleeonscoding.hashnode.dev·Nov 26, 2023My journey with Json Web Token(JWT)When dealing with authorization in our application, JWT comes into play. In our stateless world authorize our contents or APIs is a crucial part. Today I want to share my knowledge with you what I've learned about JWT. Why JWT A backend service may h...DiscussJWT
Olivia Oputaoputaolivia.hashnode.dev·Nov 20, 2023Authentication in Modern Application with KindeThis article explores the application of Kinde's authentication technologies, serving as a tutorial that guides you through the steps of implementing various authentication functionalities provided by Kinde. The content is intended for my presentatio...Discuss·11 likes·28 readsKinde
Barkat Ullahbarkatzy.hashnode.dev·Nov 17, 2023Enabling Secure Authentication and Authorization🔒 What is JWT? JWT, or JSON Web Token, is an open standard (RFC 7519) that defines a compact and self-contained format for securely transmitting information between parties as a JSON object. This format is especially useful in the context of authent...DiscussJWT
Merge Simpsonletsdev.hashnode.dev·Nov 16, 2023Enum아 Enum아, 너만 말고 너의 값도 유니크해 다오 Java🇰🇷 Kor: 지금 보는 중!🗺 Eng: Not yet!🇯🇵 Jap: まだです。 🪖 "enum은 개인주의야." 자바에서 enum은 열거 타입이라고 해서, 여러 선택지를 나열한 특별한 클래스 유형이죠. 그래서 기본적으로 서로 구분되는 유니크 상태입니다. 서로 구분되는 상태나 역할 등을 표현하는 데에 좋습니다. public enum AccountStatus { PENDING, ACTIVE, PROTECTED, ...Discuss·28 readsJava
Raju Gowdablogs.bitsofdevbrain.com·Nov 11, 2023Spring Security: The Magic First ApproachWhenever I learn a new technology, I usually make things work first and later try to understand what is happening in the background. I call this the "Magic First Approach". It's not the most orthodox way of learning, but it's often the most effective...Discuss·27 readsWalk-Through Spring SecuritySpringboot
Giulliano Silva Zanotti Sivierogsiviero.hashnode.dev·Nov 6, 2023The Database DesignSince I started working as a software developer, I have heard and read some debates about the order in which a system should be designed. Some think that everything should start from the application definitions so the system will be built upon what i...DiscussA system from ScrachDatabases
Lalit Narayan Mishralalitmishratechblog.hashnode.dev·Nov 4, 2023Understanding OAuth 2.0: The Backbone of Modern Web SecurityIn the modern era of interconnected web services and applications, security and privacy are of paramount importance. OAuth 2.0 stands as a cornerstone technology that enables secure and convenient access control. This open standard for access delegat...Discuss·53 readsOAuth2
Joshua Mmjosh.hashnode.dev·Nov 3, 2023Build a Login and Logout API using Express.js (Node.js)Table of contents Introduction The Concept of Authentication and Authorization Authentication Authorization Setting up the development files, installing required packages, and creating a database Creating Main Route and API server instance C...Discuss·33 readsAPIs
Nitish Madhukar Vanthachroniclenest.hashnode.dev·Oct 27, 2023Rails Authentication & Authorization: The 10,000-Foot OverviewWhere Security Meets Simplicity Rails embodies a unique blend of simplicity and security, anchored in its "Convention over Configuration" philosophy. This approach steers developers towards best practices, like an experienced navigator preventing a n...DiscussExploring Authentication & Authorization In Modern Languagesauthentication
Himanshu Chauhanhimanshuchauhan.hashnode.dev·Oct 27, 2023Authentication and Authorization in Express.js: A Comprehensive GuideIn this article, we will be delving into the topic of Authentication and Authorization in ExpressJS. My aim is to make this complex subject easy to understand for everyone. We will also explore some new tools that can help us to do Authentication mor...DiscussNodeJS bigginer to Advance seriesAPIs