tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

Add auth middleware #32

Closed zenlex closed 3 weeks ago

zenlex commented 2 months ago

Add a middleware to the express server that validates the user from the clerk token and 401's if no user token. Should add basic info to request as a user object - email required, first/last name if available.