phoenix_token_auth icon indicating copy to clipboard operation
phoenix_token_auth copied to clipboard

Use built in phoenix token auth

Open jeregrine opened this issue 9 years ago • 1 comments

Recently we worked to add Token Generation and Verification to phoenix, it might be nice to reduce dependencies and use the built in version.

EXAMPLE USAGE: https://github.com/phoenixframework/phoenix/blob/master/installer/templates/static/brunch/socket.js#L10-L52

Code: https://github.com/phoenixframework/phoenix/blob/master/lib/phoenix/token.ex

jeregrine avatar Aug 05 '15 14:08 jeregrine

i think that's definitely what we should do. thanks for the links!

manukall avatar Aug 07 '15 13:08 manukall