Using API Token rather than key. Token now in header. Closes #358.

This commit is contained in:
James Brooks
2015-01-12 13:34:31 +00:00
parent 342281ef0d
commit cc43dcc6aa
8 changed files with 37 additions and 39 deletions
+2 -2
View File
@@ -29,9 +29,9 @@
</div>
<hr />
<div class="form-group">
<label>{{ trans('forms.user.api-key') }}</label>
<label>{{ trans('forms.user.api-token') }}</label>
<input type="text" class="form-control" name="api_key" disabled value="{{ Auth::user()->api_key }}" />
<span class="help-block">{{ trans('forms.user.api-key-help') }}</span>
<span class="help-block">{{ trans('forms.user.api-token-help') }}</span>
</div>
<hr />
<div class="form-group">