@extends('layouts.master') @section('content') @include('partials/logged-in')

Database

Read Token

{{ $database->read_token }}
@if ($database->created_by == session('user_id'))

Write Token

{{ $database->write_token }}
@endif

Users with Access



Micropub Export

Enter a Micropub endpoint and token below and any trips that are written to this database will be sent to the endpoint as well.

@endsection