Auth endpoint
The IndieAuth endpoint should be added, currently adding the unt tests
This commit is contained in:
parent
7ad5d56f1b
commit
5b2bfd5270
18 changed files with 1282 additions and 475 deletions
12
resources/views/indieauth/error.blade.php
Normal file
12
resources/views/indieauth/error.blade.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
@extends('master')
|
||||
|
||||
@section('title')IndieAuth « @stop
|
||||
|
||||
@section('content')
|
||||
<section class="indieauth">
|
||||
<h1>IndieAuth</h1>
|
||||
@foreach ($errors->all() as $message)
|
||||
<div class="error">{{ $message }}</div>
|
||||
@endforeach
|
||||
</section>
|
||||
@stop
|
Loading…
Add table
Add a link
Reference in a new issue