faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
feepbot has quit [Ping timeout: 252 seconds]
feepbot has joined #amber
<FromGitter> <damianham> @nsuchy wrote: ⏎ ⏎ > with amber how can I make a set of urls public ⏎ > for example /post/1 /post/2 /post/3 etc ⏎ > Is there a way to do it without hard coding the post ids? ... [https://gitter.im/amberframework/amber?at=5ccf09be8790b0307e576726]
<FromGitter> <damianham> @nsuchy to make paths like post/1 post/2 etc public, match a regular expression in src/pipes/authenticate.cr - see https://github.com/damianham/amber_material_kit/blob/master/app/src/pipes/authenticate_jwt.cr.lqd for an example