rocket_auth 0.4.0

A high level authentication management library for Rocket applications. It supports both SQLite and Postgres.
Documentation
1
2
3
4
{% extends "base" %}
{% block body %}
You're account has been deleted. You can verify <a href="/show_all_users">here</a>
{% endblock body %}