Paul Greenberg
Paul Greenberg
> Those mentioned files are out of sync with the compiled ones. So, it's somewhat unreliable to build something based of that. Until the next release they are out of...
@Loqova , good points. Per the docker image, it is here https://github.com/greenpau/caddy-security/pkgs/container/authp
@Loqova , per the “order” comment, you would need to add the “order” directive in your config.
@Loqova , e.g. ``` order authenticate before respond order authorize before basicauth ```
You don’t need to have wildcard if the `authenticate` directive serves from the root. use `authenticate with myportal` instead
@Loqova , the syntax is derived from `Database` Struct https://pkg.go.dev/github.com/greenpau/[email protected]/pkg/identity#Database
@Loqova , you might find the following issue helpful https://github.com/authp/authp.github.io/issues/20
> Got it up and running. Setup TFA. I can finally start testing. 🥳 @Loqova , feel free sending PRs to improve the docs https://github.com/authp/authp.github.io/tree/main/docs
> Lastly in a simple example I would directly add the HTTP headers to the "protected" page. i think these are automatically added by the plugin (not must-revalidate though) https://github.com/greenpau/go-authcrunch/blob/dbdb521645c91be3be5e8acb253a80c8d7046d33/pkg/authn/respond_http.go#L85
@rismoney , this will be a feature request. In short, you could store MFA secrets, but you either have to use existing custom fields or extend schema.