Skip to content

Releases: curator-ex/curator

Curator API

12 Jun 04:39
9c77c36
Compare
Choose a tag to compare

Add Curator API (mix task).
Add Opaque Token for use with Guardian.

Version 0.2.0 - Ueberauth + Timeout Only

25 Jan 15:02
Compare
Choose a tag to compare

Supports Phoenix 1.3 Directory structure (and umbrella applications)

Curator has been rewritten to follow the patterns established in Guardian 1.0

Configuration is now done in the "implementation", basically a module that calls 'use Curator'. The various modules that were distinct Hex packages will be moved into this project (but extensions can still exist outside the main codebase). Once configured, this provides a way to hook into to curator life cycle and the router with less manual work. The various extensions will also include generators so it should be quicker to get an application running, while still providing the ability to customize some features.