@extends('layouts.account') @section('content')
{{ $account->email }}
@elseNo email yet
@endif @if (config('app.devices_management') == true)See and delete the devices linked to your account
@endifSHA-256 password configured
@elseMD5 password only
@endifRemove your account from our service
Manage the Flexisip accounts
Manage the account types
Show some registration statistics
You can automatically authenticate another device on this panel by flashing the following QR Code. Once generated the QR Code stays valid for a few minutes.
@foreach ($account->authTokens()->valid()->get() as $authToken)You can generate an API key and use it to request the different API endpoints, check the related API documentation to know how to use that key.
{!! Form::open(['route' => 'account.api_key.generate']) !!}