ianklatzco / atprototools

easy-to-use and ergonomic library for interacting with bluesky
MIT License
62 stars 11 forks source link

Added registration endpoint! #6

Closed ImFaisalKhalid closed 1 year ago

ImFaisalKhalid commented 1 year ago

I added a unit test for registration as well. Testing requires two new environment variables: Test_Email and Invite_code.

ianklatzco commented 1 year ago

hmm the test will fail unless it consumes a valid invite code every time, so it needs to be changed. probably we should just test that it fails when you submit an invite code.

ianklatzco commented 1 year ago

can you write that? ^^ 🙏

ImFaisalKhalid commented 1 year ago

As in it we give it a generic invite code and the test succeeds if Blue Sky sees the invite code as invalid? I can add that modification!

ianklatzco commented 1 year ago

Yes please!

ImFaisalKhalid commented 1 year ago

Done!

ianklatzco commented 1 year ago

Yay! Thanks!