Skip to content

Added ssr and auth working with python #2107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 17, 2025
Merged

Added ssr and auth working with python #2107

merged 5 commits into from
Jun 17, 2025

Conversation

ArnabChatterjee20k
Copy link
Contributor

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

Copy link

appwrite bot commented Jun 16, 2025

appwrite.io

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Failed Failed View Logs Preview URL QR Code

Note

You can use Avatars API to generate QR code for any text or URLs.

Comment on lines 411 to 412
.setEndpoint('https://<REGION>.cloud.appwrite.io/v1') # Your API Endpoint
.setProject('<PROJECT_ID>') # Your project ID
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't these be snake case?


try:
# Create the session using the Appwrite client
session = account.createSession(user_id, secret)
Copy link
Member

Choose a reason for hiding this comment

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

snake case here also?

@stnguyen90 stnguyen90 self-requested a review June 16, 2025 15:51
@stnguyen90 stnguyen90 merged commit 2d2e0d9 into main Jun 17, 2025
3 of 4 checks passed
@stnguyen90 stnguyen90 deleted the dat-546 branch June 17, 2025 00:18
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