Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Poloniex client side authentication flow #10

Closed
einsteinx2 opened this issue Jun 12, 2017 · 5 comments
Closed

Poloniex client side authentication flow #10

einsteinx2 opened this issue Jun 12, 2017 · 5 comments

Comments

@einsteinx2
Copy link
Contributor

I'm not familiar with the API to I'll leave the details to @wolffan. This issue is to track whatever is needed to complete an authentication on the client side. An authenticate function in the PoloniexApi struct, plus whatever else is needed.

@einsteinx2 einsteinx2 added this to the 1.0 Release milestone Jun 12, 2017
@einsteinx2 einsteinx2 mentioned this issue Jun 12, 2017
4 tasks
@einsteinx2
Copy link
Contributor Author

Part of the authentication should probably create the institution object so that accounts can be related to it. With Plaid, we created institutions after signing in to a bank, but in this case, each authentication to Poloniex is another institution as a user could have multiple accounts, and Poloniex only has it's own accounts so there will only ever be one institution per authentication.

@wolffan
Copy link
Contributor

wolffan commented Jun 13, 2017

For info: poloniex API is autenticated on every request with an API key and a secret per user.
So all transactions will use this as base authentication.

@einsteinx2 einsteinx2 modified the milestones: Future, 1.0 Release Jun 15, 2017
@einsteinx2 einsteinx2 modified the milestones: Future, 1.0 Release Jun 23, 2017
@wolffan
Copy link
Contributor

wolffan commented Jul 19, 2017

This is already done on poloniex-xc9 #60

@wolffan wolffan added this to Backlog in Poloniex Integration Jul 26, 2017
@wolffan wolffan moved this from Backlog to In Progress in Poloniex Integration Jul 26, 2017
@wolffan
Copy link
Contributor

wolffan commented Jul 27, 2017

Poloniex doesn't have an "account" per se, we just hit the endpoint with specific parameters, unsure if the institution applies and how to use it...
CORRECTION: used to store credentials

@einsteinx2
Copy link
Contributor Author

Done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

2 participants