]> cat aescling's git repositories - mastodon.git/commit
Webfinger resource to extract username from resource string (#1607)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Wed, 12 Apr 2017 16:22:38 +0000 (12:22 -0400)
committerEugen <eugen@zeonfederated.com>
Wed, 12 Apr 2017 16:22:38 +0000 (18:22 +0200)
commitaa9079838648e9656a1bf8d10151713686e1c0dd
treebadfc5eb2d26c8fb53f6457c6408508941023202
parent0930ce5560749f5ede3aa70aef4130ad1a9dc6ba
Webfinger resource to extract username from resource string (#1607)

* Add WebfingerResource class to extract usernames

* Use WebfingerResource in xrd#webfinger
app/controllers/xrd_controller.rb
app/lib/webfinger_resource.rb [new file with mode: 0644]
spec/lib/webfinger_resource_spec.rb [new file with mode: 0644]