Fork me on GitHub
#graphql
<
2018-05-24
>
PB00:05:10

I'm looking to add some simple token based authentication. Is adding an interceptor the best way to do this? Is it similar to adding an interceptor in regular pedestal? The closest I could find in the docs was this entry: https://lacinia-pedestal.readthedocs.io/en/latest/subscriptions.html#configuration

timgilbert19:05:09

I'd say an interceptor is probably the right way, yeah. We're using ring and use middleware for this.