John Henderson

Results 9 issues of John Henderson

I have multiple custom fields on my contacts and I'm not finding anywhere in this gem to be able to set the values ( have tried with contact_sync and contact_add....

Is it possible to use an alternative header for authentication? I use stitches to protect the API routes from unauthorized requests based on the API key, but I use devise-jwt...

Am I just completely missing something, or do scopes just not work on JsonApi models? I have the following setup: ``` class TwitterProfile include Her::JsonApi::Model use_api TWITTER_API collection_path 'profiles' type...

Updates readme to show generator call please review if this is the proper call for optional params

Adds an attribute to allow the header for accessing the token to be defined History / Reasoning: We currently utilize an "Authorization" header in our API to define client access...

If I already have a user, say from an oauth login, is it possible to retrieve the token for that user? I tried `@token = login_and_issue_token(@user.email, @user.crypted_password)` but that just...

Was receiving an error that on calling sub for the original_url because it was nil, so just exiting the metho if it's nil

When I seek to a specific position in the video it is no longer playable. It appears to have moved to the appropriate position and fires a play message as...

CORS allow cross site in /register, required to run browser quickstarts in localhost