TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About token
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Kumar (7)
Shubhankar Banerjee (4)
John Godel (3)
Sarfaraj Ansari (3)
Dileep Singh (3)
Sardar Mudassar Ali Khan (3)
Ayush Gupta (3)
Nitin (2)
Vijai Anand Ramalingam (2)
Shilpa Tanwar (2)
Ashish Tiwari (2)
Jitendra Mesavaniya (2)
Punar Dutt Rajput (2)
Muhammad Asif (2)
Anupam Maiti (2)
Khoday Akilesh (2)
Sandeep Nandey (2)
Lalit Bansal (1)
Sarthak Varshney (1)
Devesh Omar (1)
Jalpa Dhola (1)
Yogesh Vedpathak (1)
Kautilya Utkarsh (1)
Jihen Hnena (1)
Harieswaran D (1)
Tejas Agravat (1)
Jignesh Trivedi (1)
Asma Khalid (1)
George (1)
Gowtham K (1)
Abhishek Dhoriya (1)
Nikunj Satasiya (1)
Jithu Thomas (1)
Sagar Rane (1)
Darshan Adakane (1)
Bubai Banerjee (1)
Pradeep Yadav (1)
Vinodh Narayanan (1)
Rohan Mistry (1)
Mayur Gujrathi (1)
Harshit Pandey (1)
Raj Kumar (1)
Bhushan Band (1)
Rinki (1)
Akhil Mittal (1)
Jean Paul (1)
Nimit Joshi (1)
Nicholas Winston (1)
Mudita Rathore (1)
Alagunila Meganathan (1)
Amit Mohanty (1)
Praveen Sreeram (1)
Simran Verma (1)
Shiv Gupta (1)
Dhruvin Shah (1)
Adriancs (1)
Piyush Kumar (1)
Kiran B S (1)
Vinay Ayinapurapu (1)
Subarta Ray (1)
Mohit Mishra (1)
Ashutosh Singh (1)
Vipul Malhotra (1)
Aravind Govindaraj (1)
Jaydeep Patil (1)
Gaurav Karroy (1)
Sarathlal Saseendran (1)
Amit Bhatt (1)
Swesh S (1)
gary sun (1)
Prashant Bansal (1)
Related resources for token
No resource found
The Essential Guide to Blockchain Network Types and Their Application
11/15/2024 12:00:36 PM.
Blockchain technology has transformed industries by providing secure, decentralized, and transparent systems. It encompasses various types, including public, private, consortium, and hybrid blockchain
BNB Chain Launches All-in-One Tokenization Platform
11/7/2024 6:08:27 AM.
BNB Chain, the community-driven blockchain ecosystem, has announced the launch of its comprehensive tokenization solution, designed to empower individuals and businesses to easily tokenize their asset
Explore Docker Desktop 4.35: New Features & Enhancements
11/6/2024 4:03:16 AM.
Discover the key features of Docker Desktop 4.35, including Organization Access Tokens, Docker Home, Volumes Export, and the integrated Terminal.
Increase UI Performance using Timeout Middleware in .NET Core
11/4/2024 5:26:04 AM.
Timeout Middleware in .NET Core is crucial for handling long-running requests by setting specific time limits for responses. It improves application reliability, manages resources efficiently, enhance
Microsoft Graph Permissions - Get Access on Behalf of a User
10/30/2024 8:22:09 AM.
To call Microsoft Graph, an app must obtain an access token from the Microsoft identity platform. This access token includes information about whether the app is authorized to access Microsoft Graph o
JWT Token Based Implementation using ASP.NET Core Web API
10/29/2024 6:30:51 AM.
JWT (JSON Web Token) is a way to share information securely between two or more systems and JWT structure allows for secure information exchange and user authentication.
Use Cases of Alchemy in Web3
10/19/2024 2:02:21 PM.
Alchemy is a powerful platform for developing decentralized applications on blockchain technology. It supports various sectors, including DeFi, NFT marketplaces, and DAOs, by providing essential tools
Power Platform for Admins Connector in PowerApps
10/9/2024 6:38:19 AM.
PowerApps allows users to integrate the "Power Platform for Admins" connector to manage environments efficiently. By using functions like GetAdminEnvironment(), users can retrieve and pagina
IoC Providers in Angular Dependency Injection useClass
10/3/2024 6:59:29 AM.
This article dives into Angular's Dependency Injection, focusing on the use of IoC and providers with useClass. Learn how to manually inject classes, define tokens with InjectionToken, and configu
JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs
9/26/2024 6:13:29 AM.
This post covers implementing JSON Web Tokens (JWT) for authentication in an ASP.NET Core Web API. It details creating a new project, using JWT for secure token generation, and implementing role-based
Claim Based And Policy-Based Authorization With ASP.NET Core 2.1
9/23/2024 9:48:11 AM.
Authorization is the process of determining if a user can access system resources. Claim-based authorization checks specific user claims (e.g., "DateOfJoining" or "IsAdmin") for ac
C#.NET - Access OAuth REST Web API Method
9/23/2024 5:23:38 AM.
C#.NET applications can access OAuth-protected REST APIs. You'll obtain an access token through OAuth flow (often via a separate request) and include it in the authorization header of your HttpCli
Web API in Azure (3), Consume Web API with a Security Token
9/2/2024 10:30:57 PM.
This article will discuss how to use Postman to access Web API. This article focuses on accessing and securing a Web API registered on Azure Identity Platform. It covers tools like Postman and Swagger
Azure Advisor recommendation using Resource Manager REST API
8/27/2024 11:03:18 AM.
Azure Advisor is a digital assistant that optimizes Azure deployments by offering recommendations to enhance cost, performance, reliability, and security. Learn how to pull Azure Advisor reports, conf
Understanding Microsoft Dynamics 365 API Access Token
8/22/2024 5:31:59 AM.
Master the basics of Microsoft Dynamics 365 API access tokens with this beginner-friendly guide. Learn about OAuth2.0, Azure Active Directory, and how to authenticate using Postman. Discover how to ob
Stream Conversations with Amazon Bedrock API in .NET Console App
8/12/2024 5:13:11 AM.
Learn how to create a .NET console application that streams conversations using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model. This guide covers setting up your AWS environm
Implementing JWT Authentication in a Next.js Application
8/7/2024 11:43:29 AM.
Learn how to implement JWT authentication in a Next.js application with this step-by-step guide. Covering project setup, installing necessary packages, creating utility functions for JWT and password
Build Image Description Service with Amazon Bedrock and .NET App
8/7/2024 6:15:47 AM.
Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Stud
Introduction to ASP.NET Core Identity Architecture
8/5/2024 4:36:21 AM.
ASP.NET Core Identity is a membership system for managing authentication and authorization in web applications. It includes components like IdentityUser, IdentityRole, and Claims, and features such as
How to Implement Email Verification in Next.js?
8/2/2024 6:12:03 AM.
Email verification is a crucial step in user registration processes, ensuring that users provide valid email addresses and confirming their identity. This guide demonstrates how to implement email ver
What is JWS HMAC?
7/29/2024 2:58:59 PM.
Using JWS HMAC in ASP.NET is an effective way to securely handle tokens for authentication and information exchange. It ensures that the tokens are not tampered with and are from a trusted sender, pro
Training a Small Language Model AI Using Text Files, C#, and SQL Database
7/29/2024 10:57:22 AM.
This article guides you through training a small language model AI using text files, C#, and an SQL database. It covers preparing text data, setting up an SQL database, tokenizing data with C#, and q
How to Use JWSHMAC in ASP.NET Web Application
7/29/2024 6:29:47 AM.
Learn how to implement JWSHMAC in an ASP.NET web application to secure JSON data using HMAC. This guide covers installing the JWT NuGet package, creating a JWT helper class for token generation and va
Understanding of Polygon (MATIC)
7/23/2024 8:09:50 AM.
Polygon (MATIC) is a Layer 2 scaling solution for Ethereum, enhancing transaction speed and reducing costs via sidechains and rollups. It offers EVM compatibility, enabling seamless smart contract dep
Cryptocurrency Basics: Pros, Cons and How It Works
7/23/2024 5:04:24 AM.
Cryptocurrency is a decentralized digital currency using cryptography and blockchain for secure transactions. It offers peer-to-peer exchanges, transparency, and security, with popular examples like B
NFT : The Non-Fungible Tokens
7/23/2024 4:58:29 AM.
NFTs (Non-Fungible Tokens) are unique digital assets on blockchain, representing ownership and authenticity. They are used in digital art, gaming, virtual real estate, music, and more, providing new m
Core Banking with AI Solutions
7/22/2024 3:57:46 AM.
In the rapidly evolving landscape of financial technology, AlpineGate Technologies Inc. stands out as a trailblazer with its innovative AI-driven solutions for core banking. AlpineGate is transforming
Understanding JSON Web Tokens (JWT)
7/17/2024 12:44:36 AM.
JSON Web Tokens (JWT) are a popular method for securely transmitting information between parties as a JSON object. This article explores the fundamentals of JWT, including its structure, encoding, and
Single Sign-On (SSO) in ASP.NET Core Applications
7/15/2024 6:53:24 PM.
Implementing Single Sign-On (SSO) with IdentityServer4 in ASP.NET Core simplifies user authentication across applications, enhancing security and user experience. Centralized authentication and token-
Blockchain Networks: Mainnet and Testnet Overview
7/10/2024 6:30:53 PM.
Blockchain technology, featuring mainnets and testnets, underpins cryptocurrencies like Bitcoin and Ethereum. Mainnets handle real transactions and dApp interactions, while testnets offer a risk-free
Understanding about OpenZeppelin
7/10/2024 6:30:07 PM.
OpenZeppelin is a vital open-source entity in blockchain, offering robust tools for secure smart contract development on Ethereum. It provides libraries for ERC20, ERC721, and ERC1155 standards, empha
Implementing v2 and v3 reCaptcha using React
7/10/2024 9:09:35 AM.
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security measure to differentiate between humans and bots. reCAPTCHA, a Google tool, enhances this by generati
Top 3 Authentication methods in Azure : SSO, MFA, Passwordless
7/10/2024 12:28:42 AM.
In Azure, authentication methods like Single Sign-On (SSO), Multi-Factor Authentication (MFA), and Passwordless options enhance security and user experience. SSO streamlines access, MFA adds layers of
All About NFTs Profits and Losses in Blockchain Technology
7/3/2024 7:55:25 AM.
NFTs (Non-Fungible Tokens) are unique digital assets verified using blockchain technology. Unlike cryptocurrencies, NFTs cannot be exchanged on a like-for-like basis. They are used for digital art, co
What is Tokens & Crypto Currencies? Its Future Scope in Market & MNCs
7/2/2024 5:13:42 AM.
Cryptocurrency and tokens represent a revolutionary shift in the financial landscape, blending technology and finance to create a new paradigm of value exchange. At their core, cryptocurrencies are di
Everything About NFTs: Creation to Investment Guide
7/1/2024 6:36:48 AM.
Explore NFTs (Non-Fungible Tokens), unique digital assets authenticated by blockchain, enabling ownership of art, music, and more. Discover their role in digital markets, from creation to trading, and
Insert And Display Records With Model Binder Using ASP.NET MVC
6/20/2024 6:57:07 AM.
Learn how to manage records in ASP.NET MVC using Model Binder with Entity Data Model and SQL Server. This tutorial covers project setup, CRUD operations, PartialView, AJAX integration, and TempData us
The Future of Data Security: Tokenization
6/20/2024 6:54:22 AM.
Tokenization offers advanced data security by replacing sensitive information with unique tokens, enhancing usability without compromising protection. Unlike encryption and hashing, tokenization ensur
Understand Antiforgery Token In ASP.NET MVC
6/19/2024 11:55:51 AM.
In ASP.NET MVC, Anti-forgery Tokens prevent Cross-Site Request Forgery (CSRF) attacks by generating unique tokens for each request. They safeguard web applications by validating the authenticity of re
Retrieve Mailbox Folders Using Microsoft Graph API
6/14/2024 10:40:21 AM.
Learn to interact with Office 365 mail folders programmatically using Microsoft Graph API. Start by fetching an access token for authentication, then use AJAX requests in JavaScript to retrieve specif
Preventing CSRF Attacks in an ASP.NET Core MVC
6/13/2024 7:37:52 AM.
Cross-Site Request Forgery (CSRF) is a type of attack that can force a user's browser to send unwanted requests to a web application on which the user is authenticated, potentially leading to unin
Implement JWT In .NET Core API
6/5/2024 11:32:53 AM.
Learn how to implement JWT (JSON Web Token) authentication in a .NET Core API for secure user authentication and authorization. This guide covers creating and validating tokens, configuring middleware
Creating And Using Shared Assembly
6/4/2024 12:51:22 PM.
In this article, we will learn By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
How To Create JWT Token Authentication In Node.js Using Mysql?
6/4/2024 7:22:22 AM.
Learn how to establish JWT authentication in a Node.js application using MySQL and Express. This tutorial covers database setup, creating authentication routes, and managing token creation and validat
Additional Tokenizer Support in ML.NET
6/3/2024 4:52:40 AM.
Tokenization is a fundamental component in the preprocessing of natural language text for AI models. Tokenizers are responsible for breaking down a string of text into smaller, often referred to as to
Understanding Single Sign-On with Gmail for Third-Party Sites
5/31/2024 6:32:39 AM.
Single Sign-On (SSO) with Gmail allows users to access third-party sites using their Google credentials. Implemented via OAuth 2.0 and OpenID Connect, it simplifies the login process, enhances securit
Understanding OAuth 2.0 Authorization Code Grant Types
5/31/2024 5:31:24 AM.
In this article, we will learn OAuth 2.0's Authorization Code Grant Type, a core component for securing web applications. Learn how this protocol facilitates secure token exchange between clients
Navigate NFTs Minting, Access & Exploring with CLI Tools SPL
5/30/2024 5:59:06 AM.
Explore NFTs seamlessly through CLI tools and SPL, from minting to accessing and delving into their metadata. Navigate the world of digital assets with efficiency and ease, leveraging blockchain techn
JWT (JSON Web Token): The Future Of Secure Data Transfer
5/24/2024 5:13:43 AM.
JSON Web Tokens (JWTs) are a compact, secure method for representing claims between parties, widely used for session management and data transfer since their introduction.
Exploring Tokens: Standards and Types in Solana
5/21/2024 4:07:14 AM.
In this article, we will explore the Tokens in the Solana ecosystem. Tokens are essential in Solana's ecosystem, facilitating value exchange and decentralized applications (dApps). They represent
Authorization In Web API
5/17/2024 11:01:42 AM.
Learn how to implement robust authorization mechanisms in your Web API to secure endpoints and control access. Explore techniques like token-based authentication, OAuth, JWT, and role-based access con
Authentication In Web API
5/17/2024 10:59:06 AM.
ASP.NET Authentication is used to protect our applications and websites from unauthorized access and also restrict users from accessing information from tools like Postman and Fiddler. In this article
Create and Manage Tokens on the Solana Blockchain Using CLI
5/16/2024 7:27:20 AM.
In this article, we will learn about how to create and manage tokens on the Solana blockchain Using CLI. Solana, a high-performance blockchain, offers fast transactions and low costs, making it popula
RESTful Day #5 - Security in Web API - Basic & Token Based Custom Authorization in Web APIs Using Action Filters
5/16/2024 5:48:56 AM.
Explore robust security measures for Web APIs in RESTful Day #5. Implement Basic and Token-based custom authorization seamlessly with Action Filters, fortifying your API against unauthorized access an
Interpreter Pattern in .NET
5/8/2024 9:52:04 AM.
The Interpreter Pattern in .NET facilitates language interpretation by defining grammar and providing a framework to interpret expressions. It's ideal for implementing domain-specific languages or
Introducing Claims Based Identity With OWIN Components
5/6/2024 11:20:48 AM.
Explore the synergy of Claims-based identity and OWIN components in ASP.NET. Enhance authentication and authorization with security tokens, middleware, and identity management for robust web applicati
JSON Web Auth Using Angular 8 And NodeJS
5/1/2024 11:41:39 AM.
Learn to implement JSON Web Token (JWT) authentication in Angular 8 with Node.js backend. JWT provides a secure way to transmit data between parties. This tutorial covers token generation, intercepto
Session Management In ASP.NET Web API
5/1/2024 5:42:33 AM.
Session Management in ASP.NET Web API involves handling user sessions, state, and security. It encompasses implementing authentication, authorization, and token-based security to manage user sessions
Connect Storage Explorer Using SAS Token
4/24/2024 7:31:56 AM.
Learn how to securely connect Azure Storage Explorer to your Azure storage resources using Shared Access Signature (SAS) tokens. SAS tokens provide fine-grained access control, allowing you to define
CancellationToken in ASP.NET Core
4/19/2024 5:43:27 AM.
CancellationToken in ASP.NET Core provides a powerful mechanism for achieving this goal. In this article, we will delve into the concept of CancellationToken, its usage, and practical examples to illu
Token Based Authentication using Web API 2, Owin, and Identity
4/15/2024 11:45:24 AM.
Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
Auth0 App Registration - JWT Generation & Validation with Public Key
4/3/2024 4:19:56 AM.
Auth0 offers robust solutions for app registration, JWT generation, and access token management. Developers configure settings, generate JWTs signed by Auth0's private key, and validate them using
Enhance Azure DevOps: Manage Environments with Replace Tokens
3/28/2024 5:08:28 AM.
In this article, we are going to learn how to change the values that are specific for each environment using an Azure DevOps extension called Replace Tokens.
Angular HTTP Interceptors: Sending Tokens with Every Request
3/24/2024 6:55:14 PM.
In modern web applications, authentication plays a crucial role in securing resources and ensuring that only authorized users can access certain parts of the application. One common way to handle auth
Validate Multiple Tokens with Different Providers in ASP.NET 8 API
3/15/2024 5:47:48 AM.
Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation re
MSAL for Vanilla JS SPA: Get JWT Access & ID Tokens
3/1/2024 9:53:46 AM.
This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the
How to Set Long Expiry to JWT Token?
2/26/2024 5:31:43 AM.
To set a long expiry time for a JSON Web Token (JWT) in C#, you need to configure the token's expiration claim accordingly.
Create An Azure Function App To Generate Token - Power BI Embedded - Step By Step - Part Four
2/22/2024 6:35:33 AM.
Learn to create an Azure Function App for generating tokens in Power BI Embedded. Follow this step-by-step guide to integrate authentication, authorization, and token management seamlessly into your a
AccessToken Vs ID Token Vs Refresh Token - What? Why?When?
2/16/2024 6:33:16 AM.
This article elucidates various token types in OpenID Connect, including JSON Web Tokens (JWT), Access Tokens, ID Tokens, and Refresh Tokens. It discusses their significance, structure, and usage in a
Understanding Workflow Of OAuth2.0 Authorization Grant Types
2/16/2024 6:28:57 AM.
In this article, you will learn about the workflow Of OAuth 2.0 Authorization Grant Types and define the workflow for obtaining access tokens, crucial for securing API access.
TaskCompletionSource and CancellationTokenSource in .NET
1/23/2024 6:19:00 AM.
Explore the functionalities and use cases of TaskCompletionSource and CancellationTokenSource in the .NET framework for managing asynchronous operations, providing flexibility, and control, and buildi
Using Google OAuth 2.0 as User Sign-In for ASP.NET in C#
1/23/2024 4:17:26 AM.
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication. Unlock the potential of Google OAuth Sign-In for your website. This comprehensive guide covers API registration, obtaini
Swap Stratis Token To StratisEVM Token (STRAT)
1/15/2024 5:44:53 AM.
This article post will provide detailed instructions and important information for navigating the Token Swap smoothly.
Azure Directory and API Management Service Communication
1/12/2024 7:07:53 AM.
In this article we will focus on how to generate the token using azure active directory with role-based permission and then validate the azure management service using this token.
JWT Authentication Using Refresh Token Series - 1 [Login Feature] In .NET Core 6.0-ADO.NET-SQL
1/10/2024 10:39:54 AM.
In this series of articles, we'll focus on a hands-on, practical implementation of JWT authentication with refresh tokens in .NET Core 6.0 using ADO.NET and SQL, emphasizing real-world scenarios a
Cloning Repository from Github portal using PAT
1/4/2024 10:04:58 AM.
The article explains the steps on how to configure PAT and use PAT to clone the repository. Clone a GitHub repository securely using a Personal Access Token (PAT). Learn to generate a PAT in GitHub se
Implementing JWT Refresh Tokens in .NET 8.0
12/26/2023 8:27:48 AM.
Secure web development involves maintaining user sessions beyond JSON Web Token (JWT) expiration. Learn to implement JWT refresh tokens in .NET 8.0, covering authentication, token generation, and refr
ValidateAntiForgeryToken in ASP.NET Core
12/13/2023 6:17:03 AM.
In web development, security is a crucial aspect that demands meticulous attention. Cross-Site Request Forgery (CSRF) is a type of attack where unauthorized commands are transmitted from a user truste
API Keys vs Tokens
12/12/2023 4:41:31 AM.
In the realm of APIs, API keys and tokens serve distinct roles. API keys authenticate requests with simplicity, while tokens, like JWTs, offer enhanced security and access control. This article elucid
NFT Tokens: Revolutionizing Industries and Creation Frameworks
12/1/2023 4:43:42 AM.
Discover the transformative power of Non-Fungible Tokens (NFTs). Explore their applications in art, gaming, real estate, and more. Dive into prominent NFT creation frameworks like OpenZeppelin, Hardha
Crypto Token vs Crypto Coin
11/23/2023 4:42:03 AM.
In This article, we will discuss crypto token and crypto coin and their difference. Crypto coins, like Bitcoin (BTC) and Ethereum (ETH), operate on independent blockchains, facilitating secure transac
Optimizing Resource Management in .NET HttpClient with Cancellation Tokens
11/17/2023 5:23:52 AM.
The .NET HttpClient class is a powerful tool for making HTTP requests, but it may lead to resource issues if not managed properly. Cancellation tokens in C# provide a mechanism to interrupt ongoing op
What are Non Fungible Tokens? How to create NFTs?
11/17/2023 4:50:46 AM.
Unlock the world of NFTs! This guide walks you through creating unique digital assets step-by-step.
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
Cancellation Token in C#
11/15/2023 7:42:42 AM.
This article provides a comprehensive overview of using CancellationToken and CancellationTokenSource in C# for managing asynchronous operations. It covers key components, usage, handling, and best pr
Get the Azure AD token by Using the Postman
11/8/2023 7:13:01 AM.
Learn how to obtain the AD token by postman using client Id and Client Secret.
OpenID Connect and OAuth 2.0 Cognizance
11/1/2023 7:37:02 AM.
An overview of OpenConnect and OAuth and its usage in the digital world. It introduces a standardized method for verifying user identities, allowing users to authenticate across different sites or app
JWT Token Authentication Using The .NET Core 6 Web API
10/30/2023 4:55:04 AM.
JWT Token Authentication using the .NET Core 6 Web API
Get SharePoint Online Access Token In .Net Core
10/11/2023 6:07:19 AM.
Learn how to register SharePoint app and how we can get SharePoint Online Access Token using registered app with C# code
Web API Token Based Authentication
10/5/2023 9:54:09 AM.
Generation of token in webapi and using the token to fetch data from api.
Get SharePoint Online Access Token Using Python
10/5/2023 5:20:11 AM.
Python Code to Get SharePoint Online Access Token to Perform Read/Write
Authentication And Authorization In ASP.NET Core Web API With JSON Web Tokens
9/22/2023 7:21:46 AM.
In this post, we will see how to create JWT authentication in ASP.NET Core Web API application. We will store the user credentials in SQL server database. We will use Entity framework code first appro
How to Transfer Tokens using Safe{Wallet}?
9/22/2023 4:03:42 AM.
Explore Safe{Wallet}'s multi-signature security for seamless token transfers. Learn the step-by-step process to manage digital assets securely and efficiently.
How to Use Key Vault in Azure?
9/21/2023 10:21:18 AM.
I've noticed that you've pasted a detailed set of instructions on how to create an Azure Key Vault and manage secrets within it. Is there anything specific you would like to discuss or ask abo
Access Blob Using SAS Token With .Net Framework
9/21/2023 7:18:37 AM.
In this article, we will see how we can access blob using SAS token and most specifically downloading file using .net code.
Unlocking the Future: Azure OpenAI Services
9/11/2023 4:31:17 AM.
To understand what is Azure OpenAI services, what are the models available, how the models are classified and the key terminologies in and around related to Azure OpenAI. The difference between Azure
C# Tokenizer
9/5/2023 8:26:12 AM.
A simple tokenizer in csharp without using regex or MatchCollections.
Governance Tokens vs Utility Tokens
9/4/2023 3:38:17 PM.
Explore the world of blockchain tokens! Discover the differences between governance and utility tokens in decentralized ecosystems.
How to create Pausable ERC20 Tokens?
8/30/2023 9:05:46 AM.
Pausable ERC-20 tokens bolster security, compliance, and user trust by enabling temporary halts in transactions.
How to Create Records for Salesforce SObjects using SOAP API?
8/14/2023 10:09:42 AM.
In this article, we explore how we can create new records for Salesforce Standard & Custom SObjects using SOAP API Endpoints available for the Salesforce Platform.