Johannes Eiglsperger
Johannes Eiglsperger
I noticed that the attributes are actually mapped correctly after you signed in with Apple for the first time. However, all subsequent calls to SignInWithApple - including the call that...
@appleboy If the contrib project is actively maintained, I'd appreciate your feedback.
```go router.StaticFS("/public", http.FS(f)) ``` The problem with the example is that it allows directory listing. That's not an option for my use case, so I need `OnlyFilesFS` to avoid that....
Example requests: ```bash % curl -H'X-Api-Key: apipw' 'http://localhost:8080/api/v1/servers/localhost' {"autoprimaries_url": "/api/v1/servers/localhost/autoprimaries{/autoprimary}", "config_url": "/api/v1/servers/localhost/config{/config_setting}", "daemon_type": "authoritative", "id": "localhost", "type": "Server", "url": "/api/v1/servers/localhost", "version": "4.9.1", "zones_url": "/api/v1/servers/localhost/zones{/zone}"} % curl -H'X-Api-Key: apipw' 'http://localhost:8080/api/v1/servers/doesntexist' Method...