Skip to content

Releases: rocketbase-io/commons-auth

1.1.0

18 Jun 21:39

Choose a tag to compare

  • simplified registration flow in order to shift base64 encoding problem
  • added pattern to username

1.0.2

18 Jun 13:01

Choose a tag to compare

  • fixed registration verification flow

1.0.1

11 Jun 14:15

Choose a tag to compare

  • upgraded to commons-rest 1.1.1
  • fixed verificationToken issue with base64 encoded

1.0.0

10 Jun 05:31

Choose a tag to compare

  • stable release with working jpa + mongo store implementation
  • finalized all configuration options
  • simplified services to use them also for other purposes (for example: EmailTemplate, EmailService, KeyGenerator)

0.3.0

23 May 14:09

Choose a tag to compare

  • added event-hooks
  • rearranged mailService to use for other purproses
  • replaced MongoRepository with MongoTemplate in order to simplify setup (no EnableMongoRepositories is needed)
  • minor fixes and improvements

0.2.0

16 Apr 08:24

Choose a tag to compare

upgraded to spring-boot 2.0.1 and commons-rest 1.0.0

0.1.1

12 Apr 06:53

Choose a tag to compare

upgraded spring-boot and common-rest

0.1.0

29 Mar 14:52

Choose a tag to compare

first correct release

  • api for auth, forget, verify, refreshToken, profileUpdate, changePassword etc.
  • api for admin to browse all users
  • java resources to consume all endpoints via java

0.0.2

24 Mar 07:39

Choose a tag to compare

  • many small fixes
  • added first version of api-resource-client

0.0.1

24 Mar 07:39

Choose a tag to compare

initial draft