Salesflare / hapi-auth-bearer-simple

Hapi authentication plugin for bearer token validation
MIT License
16 stars 11 forks source link

Relevant #97

Open whatadewitt opened 4 months ago

whatadewitt commented 4 months ago

I am taking over a legacy project using this repo and hapi-auth-basic.

I see I need to update to @hapi/basic, but there's no similar update for this. Is the idea that I can handle this functionality in the new @hapi/basic package?

Thanks!