We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
i think that's definitely what we should do. thanks for the links!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: