Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With that kind of table/view, the “authorization tokens query” would be

Code Block
languagesql
SELECT auth_token AS $(TOKENCOLUMN) FROM user_authorizations WHERE username = $(USERNAME)

...