Skip to content

Conversation

@madhav-db
Copy link
Contributor

Two comprehensive examples demonstrating token provider usage:

  1. token_federation: Simple external token provider with federation
  2. browser_oauth_federation: Full browser OAuth flow with automatic token exchange

Both examples show real-world integration patterns for custom authentication.

Two comprehensive examples demonstrating token provider usage:

1. token_federation: Simple external token provider with federation
2. browser_oauth_federation: Full browser OAuth flow with automatic token exchange

Both examples show real-world integration patterns for custom authentication.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
case 3:
s += "="
}
return io.ReadAll(strings.NewReader(s))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intentionally left as such? you are actually not decoding anything


// Helper: Test database connection with queries
func testConnection(db *sql.DB) error {
ctx, cancel := context.WithTimeout(context.Background(), 120*time.Second)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we suggest lower timeout value in our examples? Or 120s was intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants