Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 894 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 894 Bytes

goRailsYourself

GoDoc

A suite of packages useful when you have to deal with Go and Rails apps or when migrating from Ruby to Go.

The crypto package allows for shared authentication cookie support with Rails, included version 5.2+.

See the documentation and/or the test suite for more examples.

Dependencies:

The inflector package relies on: unidecode to handle the transliteration.

The crypto package relies on: pbkdf2 to handle the generation of derived keys.

The test suite uses Goblin