| 3 years ago | Meghan Denny | | callback: error if token_type is not bearer |
| 3 years ago | Meghan Denny | | callback: print status when not OK |
| 3 years ago | Meghan Denny | | add Provider.real_id() |
| 3 years ago | Meghan Denny | | zig.mod: use non-archived zfetch |
| 3 years ago | Meghan Denny | | use std.mem.splitScalar |
| 3 years ago | Meghan Denny | | handle bad token and userinfo responses in callback |
| 3 years ago | Meghan Denny | | oops was using the wrong writer |
| 3 years ago | Meghan Denny | | rename 'github' provider to 'github.com' |
| 3 years ago | Meghan Denny | | use std.http instead of apple_pie |
| 3 years ago | Meghan Denny | | use std.json instead of nektro/zig-json |
| 3 years ago | Meghan Denny | | UrlValues did become its own library |
| 4 years ago | Meghan Denny | | update for zig master 0.10.0-dev.3316+a0d3a87ce |
| 4 years ago | Meghan Denny | | update to latest apple_pie |
| 4 years ago | Meghan Denny | | pass proper redirect_uri when behind a tls reverse proxy |
| 4 years ago | Meghan Denny | | update to zig master 0.10.0-dev.513+029844210 |
| 4 years ago | Meghan Denny | | update to latest apple_pie |
| 4 years ago | Meghan Denny | | dont use override in library, leave to app to do |
| 4 years ago | Meghan Denny | | print just the domain part of the id in the selector ui |
| 4 years ago | Meghan Denny | | pek now takes context param |
| 4 years ago | Meghan Denny | | fix providerById to support dynamic providers |
| 4 years ago | Meghan Denny | | fix top doc comment to be package comment |
| 4 years ago | Meghan Denny | | update for zig 0.9.0 |
| 4 years ago | Meghan Denny | | update to zigmod v85 |
| 4 years ago | Meghan Denny | | include both access_token and user response in callback options |
| 5 years ago | Meghan Denny | | add helper method to get the domain out of a Provider |
| 5 years ago | Meghan Denny | | moved base64EncodeAlloc to zig-extras |
| 5 years ago | Meghan Denny | | add handler implementation |
| 5 years ago | Meghan Denny | | add providerByName |
| 5 years ago | Meghan Denny | | make dynamic providers const |
| 5 years ago | Meghan Denny | | move icon_url outside the providers struct |
| 5 years ago | Meghan Denny | | move dynamic providers into their own struct |
| 5 years ago | Meghan Denny | | add README |
| 5 years ago | Meghan Denny | | initial code commit |
| 5 years ago | Meghan Denny | | add license |
| 5 years ago | Meghan Denny | | add gitattributes |