pieces-app / example-typescript

A React example project showing how to get started with Pieces TS SDK.
MIT License
42 stars 50 forks source link

Implement Login and Logout Functionality to Pieces OS #91

Closed shivay-at-pieces closed 3 months ago

shivay-at-pieces commented 9 months ago

Login/Connect to the Pieces Cloud account:

Connecting and Signing in API:

Use the endpoint osApi.signIntoOS()

Logout:

Use the endpoint: osApi.signOutOfOS()

pythonistical commented 8 months ago

I would like to get assigned to this issue.

jwafu commented 8 months ago

@pythonistical go ahead and gets started on this one, us know if you have any questions around this endpoint 😄

pythonistical commented 8 months ago

In which file should I fork for coding this function? And where can I learn about pieces API?

VishalPawar1010 commented 6 months ago

Hello @shivay-at-pieces ,

I have implemented login and logout Functionality , please checkout the test video here : https://www.awesomescreenshot.com/video/27665717?key=10fe1fa66bd6c3d3febe8b72935ee5f4 , I have raised the PR for same. Could you please review it.

Thanks