Category "token"

Solana NFT Trade Transaction Identification

I am trying to identify which Solana transactions are actually NFT sales. I am using Solana JSON RPC to get the information about the individual transactions bu

Solana NFT Trade Transaction Identification

I am trying to identify which Solana transactions are actually NFT sales. I am using Solana JSON RPC to get the information about the individual transactions bu

Modify user input to use in exec call

I am trying to modify a user input string to call execvp in a future function. In my code I have a function which tokenises the user input such that if the user

Who i can create Developer and marketing fee with burn for my smart contract?

I did a lot of research and looked at different classes but could not create anything similar. Is there a project property that I can use?

How to verify a keycloak kcToken and kcIdToken fetched from browser's cookies after @react-keycloak/ssr login?

I am trying to secure NextJS API endpoints with keycloak. Keycloak authentication is already implemented on the front-end pages. The user is forced to sign in b

Docker Registry Authentication/Authorization - signed by untrusted key with ID

Honestly, it this point im begging for help So im trying to add protection for my docker registry ( i do not wanna use htpassword ) which is run like this: dock

Docker Registry Authentication/Authorization - signed by untrusted key with ID

Honestly, it this point im begging for help So im trying to add protection for my docker registry ( i do not wanna use htpassword ) which is run like this: dock

I can't do that loop function

Here is my project, it' s drawing robot: I manage to do F and R functions. But my L function always malfunctions. Here is my code: def func(list1): numOfElemen

How to get group and group attributes in Keycloak

I am using Spring Boot, Bitnami/Keycloak:latest, java 11. I want to get the group and group attributes before the request reaches the controller because I need

Cypress - Status: 401 - Unauthorized in token authentication to other API call

I would like to ask for your help regarding the authentication token to be used in other API calls. Below are the scripts of the command and test case: //comman

Is there a possibility to set RefreshTokenUsage in oidc client?

i have a problem with my token. when we start our program, the cache should be checked for a valid token. This works for the first time, but afterwards refreshT

I am accessing the Play Integrity API, and the received token is not in the same format as the api document

import com.google.android.gms.tasks.Task; ... // Receive the nonce from the secure server. String nonce = ... // Create an instance of a manager. IntegrityMan

getting syntax error while executing yo command, here i have attached the output

click here to see yo command output highlighted and the error, i tried to install yo using command npm install -g yo Please help to come out of this issue node

How can accept other token in my Smart Contract?

The token is ERC721 by OpenZeppelin I'm trying to add USDC payments to my Smart Contract, but I'm having problems. This is my function to accept token.. but tra

Limit integer and decimal parts length in flex

Is there a way I can extract the number of digits before and after the '.' in a float in Flex? I want to limit the number of digits in the integer part to 4, an

how to show a pdf fetched from an API response in flutter?

I am working in a project where I have to show certificate that the user finished a course, there is an URL of the API that uses the get method within a token t

Getting authenticated to personal OneDrive

am trying to get authenticated with a Python to OneDrive (personal, not for business). I've registered an app in Azure AD, got client id and secret (turned to b

Sending Custom Token as Dividend

how can i send a custom Token as Dividend with event SendDividends(uint256 tokenAmount, uint256 bnbAmount); but like token instead of bnbAmount

How to hide the Token model from rest_framework.authtoken in django admin panel

I tried to solve the problem using this two methods from rest_framework.authtoken.models import Token admin.site.unregister(Token) ----- from rest_framework.aut

Azure DevOps PAT API to be able to list all tokens in organization

Need to obtain the list of all tokens in organization. Used the token to make a call to https://vssps.dev.azure.com/{organization}/_apis/tokens/pats?api-version