Skip to content

πŸ§‘β€πŸ’» Token protected api routes

Protect some api routes using a token system.

API routes that need protection :

  • Routes that disclose information that needs auth to be seen on web pages (ex : Member names)

  • Routes that rebundles information from web pages to make them easily processable

Edited by Axel Golec