Merge pull request #10 from nawar/master Adding a flag for OAuth2
Merge pull request #10 from nawar/master
Adding a flag for OAuth2
The Perfect Session core library, with Memory Driver.
Note that a demo is located at https://github.com/PerfectExamples/Perfect-Session-Memory-Demo that shows the operation of the in-memory driver included in the core library.
The master branch of this project currently compiles with Xcode 9.2 or the Swift 4.0.3 toolchain on Ubuntu.
Add this project as a dependency in your Package.swift file.
.Package(url:"https://github.com/PerfectlySoft/Perfect-Session.git", majorVersion: 3)
To use the Perfect Session driver with a database storage option (recommended) use one of the following database-specific modules:
If you use one of the database-specific modules, you do not need to include this module as a dependancy, as it is already included.
For more information on the Perfect project, please visit perfect.org.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Perfect Sessions (core library) 简体中文
The Perfect Session core library, with Memory Driver.
Note that a demo is located at https://github.com/PerfectExamples/Perfect-Session-Memory-Demo that shows the operation of the in-memory driver included in the core library.
Compatibility with Swift
The master branch of this project currently compiles with Xcode 9.2 or the Swift 4.0.3 toolchain on Ubuntu.
Building
Add this project as a dependency in your Package.swift file.
Database-Specific Drivers
To use the Perfect Session driver with a database storage option (recommended) use one of the following database-specific modules:
If you use one of the database-specific modules, you do not need to include this module as a dependancy, as it is already included.
Further Information
For more information on the Perfect project, please visit perfect.org.