Module cargo_registry::user [] [src]

Reexports

pub use self::middleware::Middleware;
pub use self::middleware::RequestUser;

Modules

middleware

Structs

EncodableUser

The serialization format for the User model.

NewUser
User

The model representing a row in the users database table.

Functions

github_access_token

Handles the GET /authorize route.

github_authorize

Handles the GET /authorize_url route.

logout

Handles the GET /logout route.

me

Handles the GET /me route.

reset_token

Handles the GET /me/reset_token route.

show

Handles the GET /users/:user_id route.

updates

Handles the GET /me/updates route.