CLI Installation
Run the generator in console depending on your ORM:
Granite:
or
Jennifer:
Migrate
Open up
mochi.cr
in initializersConfigure you auth providers app id and secret key
Add:
<a href="/omniauth/github">Sign in with Github</a>
to a view.<a href="/omniauth/user/github">Register with Github</a>
Note: Replace
github
in the href for any providers you configured.
Uncomment the commented line in pipes/authenticate.cr
Last updated