Muhammad Adeelauthentication-explain.hashnode.dev·Dec 19, 2024Authentication and its typesLet's dive into the concept of authentication, breaking it down into simple terms so you can understand it thoroughly. Authentication plays a vital role in ensuring security, especially when working with applications that require user verification, s...1 likeauthentication
SHORT ZILLAflowdiagram.hashnode.dev·Dec 19, 2024flow design for access and refresh token- JWTlet build low-level-design for the same. login the user with credential and validate it after… one’s the token is store on both side server and client. if now user try to access the pages authenticate the user with that token’s first validate the ...JWT
Aniblog.anirudha.dev·Dec 17, 2024How does Chain Abstraction work?If you’re looking to learn about the basics about Chain Abstraction, then read this article instead. Technically speaking, chain abstraction means abstracting away the differences between blockchain networks to provide a seamless experience. The goa...Abstractionchain abstraction
NovitaAInovita.hashnode.dev·Dec 17, 2024How to Get Token Count in Python for Cost OptimizationKey Highlights Tokens are the building blocks of language models, representing fragments of words or punctuation. Token count directly impacts AI model costs and the length of text you can process. Python offers robust tools like the Tiktoken libr...Artificial Intelligence
Rose Masontechimason.hashnode.dev·Dec 13, 2024Tokenization: Transforming Contemporary SystemsIntroduction At this very moment, the changes that take place in our digital world have developed much further than before and innovation brings it to every industry it touches. Tokenization is just one of the pioneering technologies that change the ...Tokenization
Harsh Yadavtoken-types.hashnode.dev·Dec 13, 2024Difference between Access Token and Refresh Token/ lets get started / as hitesh choudhary sir said for writing a blog.. access token are short lived while refresh token are long lived.token
Leslie Blankenship556644.hashnode.dev·Dec 11, 2024Acala APIAcala API: Simplified Token Trading and DeFi Integration on Polkadot Acala, a decentralized finance (DeFi) hub built on Polkadot, offers a powerful platform for trading and interacting with DeFi applications. The Acala API provides developers and tra...Acala API
Aditya Kumar Singhadityasingh2005.hashnode.dev·Dec 6, 2024Access Token vs. Refresh Token: A Simple BreakdownIn the world of web development and security, authentication and authorization are key concepts for ensuring that users are properly identified and can access the resources they are permitted to. One of the most widely used mechanisms for authenticat...10 likesNode.js
gayatri kumargeekee.hashnode.dev·Nov 24, 2024Securing Your API: Implementing Authentication and Best PracticesIn the previous part, we enhanced our API with error handling and data validation to make it more robust and user-friendly. Now, it’s time to secure our API by adding authentication and safeguards against potential vulnerabilities. APIs often handle ...10 likesWeb Developmentjs
KUNTAL MAITYkuntalmaity.hashnode.dev·Nov 5, 2024difference between access token and refresh tokenWhy tokens? Authentication and Authorization are the crucial steps for protecting user data. Hear token based authentication comes into the picture. There are many authentication methodologies are available but took in based authentication is most po...access-token