@cwatsonc you can find the invite link in the homepage of https://hapijs.com/
or the link directly : https://join.slack.com/t/hapihour/shared_invite/enQtMjM5Njk1NDgzNTY5LThmODkxODIzOTg5NjJjODFiYjcxZDMxMTAyMzBkZDk3MWY4MTFlNDAyMTU3MmUwMmM0Y2UwMjU3YjAwYjRkN2E
new
keyword
config: {
validate: {
params: { id: Joi.string().valid(Joi.ref('$auth.credentials.sub')) }
}
},
message: '"id" must be one of [context:auth.credentials.sub]',