-
Notifications
You must be signed in to change notification settings - Fork 3
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
EPIC: Block Node Authentication (OAuth2) #295
Labels
Comments
Some detail (from a slack conversation and earlier meeting) regarding authentication approaches Fredy's Explanations
Joseph's ClarificationsOAuth2 Detail
API Keys
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a block node operator
I want to ensure authenticated access with paid usage on my streaming APIs
So that I can cover some of the costs of my BN instance
Basic OAuth2 Stages
Note: Basic OAuth2 Provider is identity only, no auth yet, just simple “trust what you tell me” information added to a token (i.e. takes account ID and creates token; no checks).
The text was updated successfully, but these errors were encountered: