Aral Balkan on Nostr: :kitten: Update New: Support for using .well-known URIs¹ (e.g., WebFinger²) in your ...
Update
New: Support for using .well-known URIs¹ (e.g., WebFinger²) in your apps.
Kitten has a file-based router and, by default, ignores .hidden-directories. However, the .well-known URI scheme… well you see the problem.
So, anyway, the router now has a special case for a folder called .well-known in your app.
Also, I reverted slash handling so we’re back to canonicalising URIs with trailing slashes for ease of authoring.
¹ https://en.wikipedia.org/wiki/Well-known_URI
² https://webfinger.net
#Kitten
New: Support for using .well-known URIs¹ (e.g., WebFinger²) in your apps.
Kitten has a file-based router and, by default, ignores .hidden-directories. However, the .well-known URI scheme… well you see the problem.
So, anyway, the router now has a special case for a folder called .well-known in your app.
Also, I reverted slash handling so we’re back to canonicalising URIs with trailing slashes for ease of authoring.
¹ https://en.wikipedia.org/wiki/Well-known_URI
² https://webfinger.net
#Kitten