File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ genAuthAPI = Proxy
318
318
319
319
Now we need to bring everything together for the server. We have the
320
320
`AuthHandler Request Account` value and an `AuthProtected` endpoint. To bind these
321
- together, we need to provide a [Type Family](https://downloads.haskell.org/~ghc/latest /docs/html/users_guide/glasgow_exts.html#type-families)
321
+ together, we need to provide a [Type Family](https://downloads.haskell.org/~ghc/8.8.1 /docs/html/users_guide/glasgow_exts.html#type-families)
322
322
instance that tells the `HasServer` instance that our `Context` will supply a
323
323
`Account` (via `AuthHandler Request Account`) and that downstream combinators will
324
324
have access to this `Account` value (or an error will be thrown if authentication
You can’t perform that action at this time.
0 commit comments