google-auth-middleware 0.1.0

Google OAuth authentication middleware with session management for Rust web applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "users": [
    {
      "google_id": "123456789012345678901",
      "email": "admin@example.com",
      "name": "Admin User",
      "picture": null
    }
  ]
}