Skip to content
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

Split GSS.Registry into authorization and process management layers #16

Open
Voronchuk opened this issue Mar 5, 2018 · 0 comments
Open

Comments

@Voronchuk
Copy link
Owner

Voronchuk commented Mar 5, 2018

Currently all spreadsheet process and Goth auth token are tracked by GSS.Registry module.

Put spreadsheet process tracking into a separate Elixir native Registry instance.

Scope out GSS.Auth module from a current GSS.Registry which will manage Goth auth token: headers = %{"Authorization" => "Bearer #{GSS.Auth.token}"} instead of headers = %{"Authorization" => "Bearer #{GSS.Registry.token}"}

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

No branches or pull requests

1 participant