remove unneeded code, rename packages

This commit is contained in:
Nikolay Kim 2020-04-10 15:12:10 +06:00
parent deae1d103f
commit 864f23c3be
283 changed files with 597 additions and 54859 deletions

17
ntex-identity/CHANGES.md Normal file
View file

@ -0,0 +1,17 @@
# Changes
## [Unreleased] - 2020-xx-xx
* Update the `time` dependency to 0.2.5
## [0.2.1] - 2020-01-10
* Fix panic with already borrowed: BorrowMutError #1263
## [0.2.0] - 2019-12-20
* Use actix-web 2.0
## [0.1.0] - 2019-06-xx
* Move identity middleware to separate crate

23
ntex-identity/Cargo.toml Normal file
View file

@ -0,0 +1,23 @@
[package]
name = "ntex-identity"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Identity service for ntex web framework."
readme = "README.md"
keywords = ["http", "web", "framework", "async", "futures"]
homepage = "https://ntex.rs"
repository = "https://github.com/ntex-rs/ntex-extras.git"
documentation = "https://docs.rs/ntex-identity/"
license = "MIT"
edition = "2018"
[lib]
name = "ntex_identity"
path = "src/lib.rs"
[dependencies]
ntex = "0.1.7"
futures = "0.3.4"
serde = "1.0"
serde_json = "1.0"
time = { version = "0.2.5", default-features = false, features = ["std"] }

1
ntex-identity/LICENSE Symbolic link
View file

@ -0,0 +1 @@
../LICENSE

11
ntex-identity/README.md Normal file
View file

@ -0,0 +1,11 @@
# Identity service for actix web framework [![Build Status](https://travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web) [![codecov](https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-web) [![crates.io](https://meritbadge.herokuapp.com/actix-identity)](https://crates.io/crates/actix-identity) [![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
**This crate moved to https://github.com/actix/actix-extras.**
## Documentation & community resources
* [User Guide](https://actix.rs/docs/)
* [API Documentation](https://docs.rs/actix-identity/)
* [Chat on gitter](https://gitter.im/actix/actix)
* Cargo package: [actix-session](https://crates.io/crates/actix-identity)
* Minimum supported Rust version: 1.34 or later

1122
ntex-identity/src/lib.rs Normal file

File diff suppressed because it is too large Load diff