Initial implementation if license template selector and /licenses/:key API endpoint
Showing
... | ... | @@ -190,6 +190,9 @@ gem 'babosa', '~> 1.0.2' |
# Sanitizes SVG input | ||
gem "loofah", "~> 2.0.3" | ||
# Working with license | ||
gem 'licensee', "~> 7.0.0" | ||
# Protect against bruteforcing | ||
gem "rack-attack", '~> 4.3.1' | ||
... | ... |
lib/api/licenses.rb
0 → 100644
Please register or sign in to comment