AndiLavera / mochi

Mochi is a authentication shard inspired by devise. Mochi is designed for the Amber framework with support for both Granite & Jennifer ORM's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roadmap

AndiLavera opened this issue · comments

This is a general roadmap, things are subject to change. Just a little insight on development.

Version 0.2.0

  • Lockable
  • Users have X amount of try's to sign in otherwise the account is locked
  • Email with unlock instructions are sent out
  • Invitable
  • Users can invite other users

Version 0.3.0

  • Controller Specs
  • Crystal 0.35.1
  • Remove CLI & move to separate shard

Version 0.4.0

  • Give Omniauthable a makeover
    • Add providers
      • Google
      • Gitlab
      • Apple
    • Solidify api
    • Document code
  • Overhaul all documentation

Version 0.4.1

  • Passwordless sign in
  • 2FA

Version XX

  • Api support for controllers
  • JWT

Is this project still under development? It looks interesting, but it seems it is either broken or missing instructions for the latest amber framework.