Play silhouette datomic persistence. Consult the Silhouette documentation for more information. If you need help with the integration of Silhouette into your project, don't hesitate and ask questions in our mailing list or on Stack Overflow.
2.7.0
to2.7.x
(last:0.1.8
- master branch)2.6.0
to2.6.x
(last:0.1.7
- master branch)2.5.0
to2.5.x
(last:0.1.3
- master branch)
Releases are on mvnrepository and snapshots can be found on sonatype.
Clone the project and run sbt run
to see a sample application.
curl -X POST http://localhost:9000/rest/signIn -H 'Content-Type: application/json' -d '{"email": "[email protected]", "password": "bla!", "rememberMe": true}'
<dependency>
<groupId>com.github.enalmada</groupId>
<artifactId>play-silhouette-persistence-datomic_2.12</artifactId>
<version>0.1.15</version>
</dependency>
or
val appDependencies = Seq(
"com.github.enalmada" %% "play-silhouette-persistence-datomic" % "0.1.15"
)
- TRUNK [not released in the repository, yet]
- Fancy contributing something? :-)
- 0.1.15 [release on 2024-11-04]
- Silhouette 7.0.7
- Datomic 1.0.7260
- 0.1.13 [release on 2019-12-30]
- Silhouette 6.1.1
- 0.1.12 [release on 2019-12-16]
- Play 2.8.0 and scala 2.12.10
- 0.1.11 [release on 2019-12-16]
- Play 2.7.3 (scala-guice 4.2.3)
- 0.1.10 [release on 2019-12-08]
- Play 2.7.4
- 0.1.8 [release on 2019-25-05]
- Play 2.7
- 0.1.3 [release on 2016-06-08]
- Upgrade to silhouette 4-RC1
- 0.1.1 [release on 2016-04-15]
- Fixed broken clojars resolver.
- added random token to tokenuser
- 0.1.0 [release on 2016-04-12]
- Initial release.
Copyright (c) 2016 Adam Lane
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
sbt +publishSigned sbt sonatypeRelease