zedbydade / goRailsYourself

A suite of useful functions needed when porting/mixing Go/Rails code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A suite of useful functions needed when porting/mixing Go/Rails code.

License:MIT License


Languages

Language:Go 100.0%