Questions tagged [guardian]

Guardian is a token based authentication library for use with Elixir applications.

Guardian is a token based authentication library for use with Elixir applications.

Guardian remains a functional system. It integrates with Plug, but can be used outside of it. If you're implementing a TCP/UDP protocol directly, or want to utilize your authentication via channels in Phoenix, Guardian is your friend.

46 questions
-4
votes
1 answer

len() function not returning 0

I am learning to write a guardian pattern to prevent empty lists from breaking my code below. I purposely placed a blank line in the txt file to test the guardian pattern. han = open('file.txt') for line in han: line = line.rstrip() wds =…
Joseph
  • 1
  • 1
1 2 3
4