blockstack-ruby
blockstack-ruby copied to clipboard
The Blockstack Ruby library for auth and identity
**Describe the bug** Blockstack forum login fails using the Blockstack ID login option. When the user is trying to log into the blockstack browser web app they are NOT taken...
Rubocop pointed out that the `protected` and `private` access modifiers we were using weren't valid.
Blockstack Auth generally only returns a url to the profile in the `profile_url` field. This change was made to avoid exceeding server max request sizes. The relevant code in blockstack.js...