7,649 questions
Advice
0
votes
1
replies
75
views
A token for posting on a Facebook profile wall
I have a Facebook profile, and I want to post to it at specific times using a script, not manually. To do this, I need a token with permission to post to my profile wall. I'm creating tokens that are ...
Tooling
0
votes
0
replies
49
views
Internal Api call should have version of cohort on response code 200
Currently, the internal API Call in Node SDK (https://us.i.posthog.com/flags/definitions?token=phc_xyz.....&send_cohorts) sends the flags and the cohort and the group. For cohort, we don't receive ...
Best practices
1
vote
1
replies
97
views
Code Review Request for Custom Email-based Authentication in Django REST Framework
Hi everyone,
I am currently learning Django REST Framework (DRF). After working with the built-in token authentication, I decided to experiment by implementing a custom authentication flow using only ...
Score of 2
2 answers
194 views
What are the (typical) examples (other than instances of pp-number) of valid preprocessing tokens, which are invalid tokens?
Other than instances of pp-number (e.g. 0xe+1), what are the (typical) examples of valid preprocessing tokens, which are invalid tokens?
Extra question: is it correct that all tokens are valid ...
Advice
0
votes
0
replies
86
views
How Kong API gateway validates and generates the token and forward to backend if we have a third party identity provider
I have a UI and UI gets a token from an Identity provider(token: by passing user onboarded details to identity provider)
and also
I have a service that calls other service with a token generated by an ...
Best practices
0
votes
0
replies
52
views
Third party JWT or self-derived JWT
I'm using a third party identity provider for authentication towards my own services.
After an user finishes authentication, my IdP returns an JWT access token. The question is: What is the better ...
Advice
0
votes
4
replies
89
views
How would I make a tokenizer and a token vector for the shunting-yard algorithm?
I’m pretty new to c++, and I wanted to make an RPN calculator (including stuff like gcf, sin, cot, mean, etc), but after some research, I found out I need a tokenizer and a token vector. However, both ...
Tooling
0
votes
0
replies
154
views
Looking for a reliable and cost-effective token relay for GPT/Claude/Gemini API
I'm developing an AI application that uses GPT-5.4 and Claude-sonnet-4-6. The official API costs are too high for my scale (thousands of requests per day). I've heard about token relay services that ...
Advice
0
votes
4
replies
160
views
Architecture for handling OAuth token refresh across multiple services in agent-based systems
I’m currently working on a system where agents interact with multiple external services such as Google APIs, Slack, and GitHub.
All of these services use OAuth, which means access tokens expire ...
Score of 0
0 answers
120 views
Firebase App Check iOS Debug Token: 403 "App attestation failed" despite correct configuration
I am trying to implement Firebase App Check in a Flutter/Dart iOS app running on an iOS Simulator using the debug provider.
The debug token is being generated correctly and is registered in Firebase ...
Score of 0
0 answers
45 views
Blazor WASM Hosted on IIS: BaseUri + relative API endpoints fail after Azure DevOps token replacement
I’m deploying a Blazor WebAssembly Hosted app (Server + Client) to IIS using an Azure DevOps Classic Release pipeline. Token replacement succeeds and the deployed files look correct, but after ...
Score of 1
0 answers
88 views
Java 1.8 Jwts token generation and validation migrate to Java 17
I need to migrate a project from Java 1.8 to Java 17 and I have troubles with a token generator.
Actually the generation is this (Java 1.8):
public String generateId(String id) {
return ...
Score of 1
1 answer
108 views
FIRECRAWL_API_KEY Id is not getting value from .env file
I was following the Advent of Agent and was building the multi-agent app with Firecrawl.
When I am using this line FIRECRAWL_API_KEY: "${FIRECRAWL_API_KEY}" inside the research_agent.yaml ...
Advice
0
votes
1
replies
58
views
How to limit concurrent connections per clientId to prevent token replay attacks?
I have a security concern regarding Ably token usage and quota management.
Verification: is it possible for a client to establish unlimited concurrent connections (e.g., thousands of sockets) using a ...
Score of 1
0 answers
85 views
Power pages portal auth token validation failed with public key
I created a self-signed certificate and added it in power platform admin center using the following commands:
$certificateName = "powerpages.yourdomain.com"
$certPassword = ConvertTo-...