Skip to content

Latest commit

 

History

History

07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

07 - even more in an encore

  • add comments
  • prometheus metrics
  • apikeys

Apikey

  1. Add new field to user
  2. Add middleware to Echo
  3. Check API key and add calling User to echo.Context
  4. Ensure users only modify thier own data
  5. Add admin permission to CRUD other users

Want to show how we update across the stack when adding new features...

Add some other fields

...but not when modifying the datamodel