mloughran / signature

Simple key/secret based authentication for apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hi ,i use this gem and hava a question

vissul opened this issue · comments

where is lookup_secret method ?

Sorry for the confusion, the lookup_secret is pseudo code for your app - somehow you need to lookup the secret for the given token - in MySQL for example.

Wondering if storing secrets in database as a plain text is a good idea?