Mobile support to come.
mod verify_authorized_for_answer;
mod verify_authorized_for_comment;
mod verify_authorized_for_git_http;
mod verify_authorized_for_organization;
mod verify_authorized_for_question;
mod verify_authorized_for_repository;
mod verify_authorized_for_repository_creation;
pub use verify_authorized_for_answer::AnswerAuthorizationRequest;
pub use verify_authorized_for_comment::CommentAuthorizationRequest;
pub use verify_authorized_for_git_http::GitHttpAuthorizationRequest;
pub use verify_authorized_for_organization::OrganizationAuthorizationRequest;
pub use verify_authorized_for_question::QuestionAuthorizationRequest;
pub use verify_authorized_for_repository::RepositoryAuthorizationRequest;
pub use verify_authorized_for_repository_creation::RepositoryCreationAuthorizationRequest;
implemented auth for list org repos api
mike•35ca61712d ago
added auth for repo creation
mike•cf3beb612d ago
added authorization for git http endpoints
mike•17e95b612d ago
added add member to org api
mike•47e08a813d ago
rolled back to standard question apis
mike•ef0cc8214d ago
added auth for update apis
mike•910376914d ago
updated repo authorization to take either repo id or owner/repo pair
mike•406d89814d ago
refactored auth dto
mike•828286b15d ago
put repo apis behind authorization
mike•3736fbc16d ago
created authorization service
mike•b104ec916d ago